Html Css Color HEX #B0CCDE Spindle

📋 copy color: '#B0CCDE'

red 176 ◦ green 204 ◦ blue 222

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

Shades of Spindle #B0CCDE

Tints of Spindle #B0CCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.88%

R = 29.24%
G = 33.89%
B = 36.88%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B0CCDE (or 0xB0CCDE) is known color: Spindle. HEX triplet: B0, CC and DE. RGB value is (176,204,222). Sum of RGB (Red+Green+Blue) = 176+204+222=602 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.24% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 222 - color contains mainly: blue. Hex color #B0CCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CCDE is #4F3321. Grayscale: #C5C5C5. Windows color (decimal): -5190434 or 14601392. OLE color: 14601392.

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

Color convert

RGB 176 204 222 -
CMYK 0.21 0.08 0 0.13
HSL 203.48º 0.41% 0.78% -
HSV(B) 203.48º 0.21% 0.87% -
XYZ 52.68 57.69 77.47 -
YUV 197.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 176 204 222 0.21 0.08 0 0.13 203.48 0.41 0.78
Hex B0 CC DE 15 8 0 D CB 29 4E
Octal 260 314 336 25 10 0 15 313 51 116
Binary 10110000 11001100 11011110 10101 1000 0 1101 11001011 101001 1001110

Color Harmonies of #B0CCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CCDE

Black with #B0CCDE

Text Example


Text Example

White with #B0CCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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