#B4CCDC

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

Shades of Spindle #B4CCDC

Tints of Spindle #B4CCDC

Color information

#B4CCDC (or 0xB4CCDC) is unknown color: approx Spindle. HEX triplet: B4, CC and DC. RGB value is (180,204,220). Sum of RGB (Red+Green+Blue) = 180+204+220=604 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.80% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CCDC is #4B3323. Grayscale: #C6C6C6. Windows color (decimal): -4928292 or 14470324. OLE color: 14470324.

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

Color convert

RGB180204220-
CMYK0.180.0700.14
HSL204º36.36%78.43%-
HSV(B)204º18.18%86.27%-
XYZ53.3358.0676.11-
YUV198.65140.05114.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.80%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 220 (86.33% from 255) = 36.42%
R=29.80%
G=33.77%
B=36.42%

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
Decimal1802042200.180.0700.1420436.3678.43
HexB4CCDC1270Ecc244e
Octal26431433422701631444116
Binary1011010011001100110111001001011101110110011001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CCDC; }

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

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

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

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

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

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

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

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