#B4CBDD

Color #B4CBDD Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #B4CBDD

Tints of Spindle #B4CBDD

Color information

#B4CBDD (or 0xB4CBDD) is unknown color: approx Spindle. HEX triplet: B4, CB and DD. RGB value is (180,203,221). Sum of RGB (Red+Green+Blue) = 180+203+221=604 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.80% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CBDD is #4B3422. Grayscale: #C6C6C6. Windows color (decimal): -4928547 or 14535604. OLE color: 14535604.

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

Color convert

RGB180203221-
CMYK0.190.0800.13
HSL206.34º37.61%78.63%-
HSV(B)206.34º18.55%86.67%-
XYZ53.2357.6476.73-
YUV198.18140.88115.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.80%
GREEN value IS 203 (79.69% from 255) = 33.61%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=29.80%
G=33.61%
B=36.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802032210.190.0800.13206.3437.6178.63
HexB4CBDD1380Dce264f
Octal264313335231001531646117
Binary10110100110010111101110110011100001101110011101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CBDD; }

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

 H1.HeaderClassName
 {
   color: #B4CBDD;
 }
 .AnyTagClassName
 {
   color: #B4CBDD;
 }
</style>
background-color css

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

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

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

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

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

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