#B3CCDD

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

Shades of Spindle #B3CCDD

Tints of Spindle #B3CCDD

Color information

#B3CCDD (or 0xB3CCDD) is unknown color: approx Spindle. HEX triplet: B3, CC and DD. RGB value is (179,204,221). Sum of RGB (Red+Green+Blue) = 179+204+221=604 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.64% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CCDD is #4C3322. Grayscale: #C6C6C6. Windows color (decimal): -4993827 or 14535859. OLE color: 14535859.

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

Color convert

RGB179204221-
CMYK0.190.0800.13
HSL204.29º38.18%78.43%-
HSV(B)204.29º19%86.67%-
XYZ53.2357.9976.79-
YUV198.46140.72114.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.64%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=29.64%
G=33.77%
B=36.59%

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
Decimal1792042210.190.0800.13204.2938.1878.43
HexB3CCDD1380Dcc264e
Octal263314335231001531446116
Binary10110011110011001101110110011100001101110011001001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CCDD; }

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

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

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

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

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

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

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

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