Html Css Color HEX #B0CBDD Spindle

📋 copy color: '#B0CBDD'

red 176 ◦ green 203 ◦ blue 221

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

Shades of Spindle #B0CBDD

Tints of Spindle #B0CBDD

RGB

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

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

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

R = 29.33%
G = 33.83%
B = 36.83%

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

#B0CBDD (or 0xB0CBDD) is known color: Spindle. HEX triplet: B0, CB and DD. RGB value is (176,203,221). Sum of RGB (Red+Green+Blue) = 176+203+221=600 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.33% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0CBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CBDD is #4F3422. Grayscale: #C4C4C4. Windows color (decimal): -5190691 or 14535600. OLE color: 14535600.

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

Color convert

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

Color Harmonies of #B0CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CBDD

Black with #B0CBDD

Text Example


Text Example

White with #B0CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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