Html Css Color HEX #B0CBDE Spindle

📋 copy color: '#B0CBDE'

red 176 ◦ green 203 ◦ blue 222

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

Shades of Spindle #B0CBDE

Tints of Spindle #B0CBDE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.78%

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

R = 29.28%
G = 33.78%
B = 36.94%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B0CBDE (or 0xB0CBDE) is known color: Spindle. HEX triplet: B0, CB and DE. RGB value is (176,203,222). Sum of RGB (Red+Green+Blue) = 176+203+222=601 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.28% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: blue. Hex color #B0CBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CBDE is #4F3421. Grayscale: #C4C4C4. Windows color (decimal): -5190690 or 14601136. OLE color: 14601136.

HSL color Cylindrical-coordinate representation of color #B0CBDE: hue angle of 204.78º 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 #B0CBDE is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 203 222 -
CMYK 0.21 0.09 0 0.13
HSL 204.78º 0.41% 0.78% -
HSV(B) 204.78º 0.21% 0.87% -
XYZ 52.45 57.22 77.39 -
YUV 197.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 176 203 222 0.21 0.09 0 0.13 204.78 0.41 0.78
Hex B0 CB DE 15 9 0 D CD 29 4E
Octal 260 313 336 25 11 0 15 315 51 116
Binary 10110000 11001011 11011110 10101 1001 0 1101 11001101 101001 1001110

Color Harmonies of #B0CBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CBDE

Black with #B0CBDE

Text Example


Text Example

White with #B0CBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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