#B4CCDB

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

Shades of Spindle #B4CCDB

Tints of Spindle #B4CCDB

Color information

#B4CCDB (or 0xB4CCDB) is unknown color: approx Spindle. HEX triplet: B4, CC and DB. RGB value is (180,204,219). Sum of RGB (Red+Green+Blue) = 180+204+219=603 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.85% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CCDB is #4B3324. Grayscale: #C6C6C6. Windows color (decimal): -4928293 or 14404788. OLE color: 14404788.

HSL color Cylindrical-coordinate representation of color #B4CCDB: hue angle of 203.08º 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 #B4CCDB is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180204219-
CMYK0.180.0700.14
HSL203.08º35.14%78.24%-
HSV(B)203.08º17.81%85.88%-
XYZ53.25875.41-
YUV198.53139.55114.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.85%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 219 (85.94% from 255) = 36.32%
R=29.85%
G=33.83%
B=36.32%

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
Decimal1802042190.180.0700.14203.0835.1478.24
HexB4CCDB1270Ecb234e
Octal26431433322701631343116
Binary1011010011001100110110111001011101110110010111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CCDB; }

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

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

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

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

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

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

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

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