#B4CBDB

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

Shades of Spindle #B4CBDB

Tints of Spindle #B4CBDB

Color information

#B4CBDB (or 0xB4CBDB) is unknown color: approx Spindle. HEX triplet: B4, CB and DB. RGB value is (180,203,219). Sum of RGB (Red+Green+Blue) = 180+203+219=602 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.90% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4CBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CBDB is #4B3424. Grayscale: #C5C5C5. Windows color (decimal): -4928549 or 14404532. OLE color: 14404532.

HSL color Cylindrical-coordinate representation of color #B4CBDB: hue angle of 204.62º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4CBDB is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180203219-
CMYK0.180.0700.14
HSL204.62º35.14%78.24%-
HSV(B)204.62º17.81%85.88%-
XYZ52.9657.5375.33-
YUV197.95139.88115.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.90%
GREEN value IS 203 (79.69% from 255) = 33.72%
BLUE value IS 219 (85.94% from 255) = 36.38%
R=29.90%
G=33.72%
B=36.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802032190.180.0700.14204.6235.1478.24
HexB4CBDB1270Ecd234e
Octal26431333322701631543116
Binary1011010011001011110110111001011101110110011011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CBDB; }

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

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

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

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

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

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

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

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