#B4CCDE

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

Shades of Spindle #B4CCDE

Tints of Spindle #B4CCDE

Color information

#B4CCDE (or 0xB4CCDE) is unknown color: approx Spindle. HEX triplet: B4, CC and DE. RGB value is (180,204,222). Sum of RGB (Red+Green+Blue) = 180+204+222=606 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.70% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #B4CCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CCDE is #4B3321. Grayscale: #C6C6C6. Windows color (decimal): -4928290 or 14601396. OLE color: 14601396.

HSL color Cylindrical-coordinate representation of color #B4CCDE: hue angle of 205.71º degrees, saturation: 0.39, 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 #B4CCDE is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180204222-
CMYK0.190.0800.13
HSL205.71º38.89%78.82%-
HSV(B)205.71º18.92%87.06%-
XYZ53.658.1677.51-
YUV198.88141.05114.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.70%
GREEN value IS 204 (80.08% from 255) = 33.66%
BLUE value IS 222 (87.11% from 255) = 36.63%
R=29.70%
G=33.66%
B=36.63%

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
Decimal1802042220.190.0800.13205.7138.8978.82
HexB4CCDE1380Dce274f
Octal264314336231001531647117
Binary10110100110011001101111010011100001101110011101001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CCDE; }

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

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

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

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

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

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

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

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