#B3CBD9

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

Shades of Spindle #B3CBD9

Tints of Spindle #B3CBD9

Color information

#B3CBD9 (or 0xB3CBD9) is unknown color: approx Spindle. HEX triplet: B3, CB and D9. RGB value is (179,203,217). Sum of RGB (Red+Green+Blue) = 179+203+217=599 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.88% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 217 (85.16% from 255 or 36.23% from 599); Max value from RGB is 217 - color contains mainly: blue. Hex color #B3CBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CBD9 is #4C3426. Grayscale: #C5C5C5. Windows color (decimal): -4994087 or 14273459. OLE color: 14273459.

HSL color Cylindrical-coordinate representation of color #B3CBD9: hue angle of 202.11º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3CBD9 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179203217-
CMYK0.180.0600.15
HSL202.11º33.33%77.65%-
HSV(B)202.11º17.51%85.1%-
XYZ52.4757.3173.94-
YUV197.42139.05114.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.88%
GREEN value IS 203 (79.69% from 255) = 33.89%
BLUE value IS 217 (85.16% from 255) = 36.23%
R=29.88%
G=33.89%
B=36.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1792032170.180.0600.15202.1133.3377.65
HexB3CBD91260Fca214e
Octal26331333122601731241116
Binary1011001111001011110110011001011001111110010101000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CBD9; }

 p { color: rgb(179,203,217); }

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

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

 a { background-color: rgb(179,203,217); }

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

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

 span { border-color: rgb(179,203,217); }

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