#B4CBD9

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

Shades of Spindle #B4CBD9

Tints of Spindle #B4CBD9

Color information

#B4CBD9 (or 0xB4CBD9) is unknown color: approx Spindle. HEX triplet: B4, CB and D9. RGB value is (180,203,217). Sum of RGB (Red+Green+Blue) = 180+203+217=600 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 217 (85.16% from 255 or 36.17% from 600); Max value from RGB is 217 - color contains mainly: blue. Hex color #B4CBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CBD9 is #4B3426. Grayscale: #C5C5C5. Windows color (decimal): -4928551 or 14273460. OLE color: 14273460.

HSL color Cylindrical-coordinate representation of color #B4CBD9: hue angle of 202.7º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4CBD9 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180203217-
CMYK0.170.0600.15
HSL202.7º32.74%77.84%-
HSV(B)202.7º17.05%85.1%-
XYZ52.757.4273.95-
YUV197.72138.88115.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30%
GREEN value IS 203 (79.69% from 255) = 33.83%
BLUE value IS 217 (85.16% from 255) = 36.17%
R=30%
G=33.83%
B=36.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1802032170.170.0600.15202.732.7477.84
HexB4CBD91160Fcb214e
Octal26431333121601731341116
Binary1011010011001011110110011000111001111110010111000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CBD9; }

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

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

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

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

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

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

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

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