Html Css Color HEX #B0CCDD Spindle

📋 copy color: '#B0CCDD'

red 176 ◦ green 204 ◦ blue 221

#B0CCDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spindle #B0CCDD

Tints of Spindle #B0CCDD

RGB

 RED value IS 176 (69.14% from 255) = 29.28%

 GREEN value IS 204 (80.08% from 255) = 33.94%

 BLUE value IS 221 (86.72% from 255) = 36.77%

R = 29.28%
G = 33.94%
B = 36.77%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B0CCDD (or 0xB0CCDD) is known color: Spindle. HEX triplet: B0, CC and DD. RGB value is (176,204,221). Sum of RGB (Red+Green+Blue) = 176+204+221=601 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.28% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CCDD is #4F3322. Grayscale: #C5C5C5. Windows color (decimal): -5190435 or 14535856. OLE color: 14535856.

HSL color Cylindrical-coordinate representation of color #B0CCDD: hue angle of 202.67º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0CCDD is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 204 221 -
CMYK 0.20 0.08 0 0.13
HSL 202.67º 0.4% 0.78% -
HSV(B) 202.67º 0.2% 0.87% -
XYZ 52.55 57.64 76.76 -
YUV 197.57 141.22 112.62 -
System Red Green Blue C M Y K H S L
Decimal 176 204 221 0.20 0.08 0 0.13 202.67 0.4 0.78
Hex B0 CC DD 14 8 0 D CB 28 4E
Octal 260 314 335 24 10 0 15 313 50 116
Binary 10110000 11001100 11011101 10100 1000 0 1101 11001011 101000 1001110

Color Harmonies of #B0CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CCDD

Black with #B0CCDD

Text Example


Text Example

White with #B0CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CCDD; }

 p { color: rgb(176,204,221); }

 H1.HeaderClassName
 {
   color: #B0CCDD;
 }
 .AnyTagClassName
 {
   color: #B0CCDD;
 }
</style>

background-color css

<style>
 a { background-color: #B0CCDD; }

 a { background-color: rgb(176,204,221); }

 div.DivClassName
 {
   background-color: #B0CCDD;
 }
 .BgClassName
 {
   background-color: #B0CCDD;
 }
</style>

border-color css

<style>
 span { border-color: #B0CCDD; }

 span { border-color: rgb(176,204,221); }

 td.TdClassName
 {
   border-color: #B0CCDD;
 }
 .TagClassName
 {
   border-color: #B0CCDD;
 }
</style>