#B4CCDD

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

Shades of Spindle #B4CCDD

Tints of Spindle #B4CCDD

Color information

#B4CCDD (or 0xB4CCDD) is unknown color: approx Spindle. HEX triplet: B4, CC and DD. RGB value is (180,204,221). Sum of RGB (Red+Green+Blue) = 180+204+221=605 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.75% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CCDD is #4B3322. Grayscale: #C6C6C6. Windows color (decimal): -4928291 or 14535860. OLE color: 14535860.

HSL color Cylindrical-coordinate representation of color #B4CCDD: hue angle of 204.88º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4CCDD is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180204221-
CMYK0.190.0800.13
HSL204.88º37.61%78.63%-
HSV(B)204.88º18.55%86.67%-
XYZ53.4758.1176.8-
YUV198.76140.55114.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.75%
GREEN value IS 204 (80.08% from 255) = 33.72%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=29.75%
G=33.72%
B=36.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802042210.190.0800.13204.8837.6178.63
HexB4CCDD1380Dcd264f
Octal264314335231001531546117
Binary10110100110011001101110110011100001101110011011001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CCDD; }

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

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

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

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

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

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

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

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