#B4CCDA

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

Shades of Spindle #B4CCDA

Tints of Spindle #B4CCDA

Color information

#B4CCDA (or 0xB4CCDA) is unknown color: approx Spindle. HEX triplet: B4, CC and DA. RGB value is (180,204,218). Sum of RGB (Red+Green+Blue) = 180+204+218=602 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.90% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #B4CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CCDA is #4B3325. Grayscale: #C6C6C6. Windows color (decimal): -4928294 or 14339252. OLE color: 14339252.

HSL color Cylindrical-coordinate representation of color #B4CCDA: hue angle of 202.11º degrees, saturation: 0.34, 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 #B4CCDA is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180204218-
CMYK0.170.0600.15
HSL202.11º33.93%78.04%-
HSV(B)202.11º17.43%85.49%-
XYZ53.0757.9574.72-
YUV198.42139.05114.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.90%
GREEN value IS 204 (80.08% from 255) = 33.89%
BLUE value IS 218 (85.55% from 255) = 36.21%
R=29.90%
G=33.89%
B=36.21%

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
Decimal1802042180.170.0600.15202.1133.9378.04
HexB4CCDA1160Fca224e
Octal26431433221601731242116
Binary1011010011001100110110101000111001111110010101000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CCDA; }

 p { color: rgb(180,204,218); }

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

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

 a { background-color: rgb(180,204,218); }

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

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

 span { border-color: rgb(180,204,218); }

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