#B3CAD7

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

Shades of Spindle #B3CAD7

Tints of Spindle #B3CAD7

Color information

#B3CAD7 (or 0xB3CAD7) is unknown color: approx Spindle. HEX triplet: B3, CA and D7. RGB value is (179,202,215). Sum of RGB (Red+Green+Blue) = 179+202+215=596 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.03% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 215 - color contains mainly: blue. Hex color #B3CAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CAD7 is #4C3528. Grayscale: #C4C4C4. Windows color (decimal): -4994345 or 14142131. OLE color: 14142131.

HSL color Cylindrical-coordinate representation of color #B3CAD7: hue angle of 201.67º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3CAD7 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB179202215-
CMYK0.170.0600.16
HSL201.67º31.03%77.25%-
HSV(B)201.67º16.74%84.31%-
XYZ51.9856.7372.5-
YUV196.6138.38115.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.03%
GREEN value IS 202 (79.30% from 255) = 33.89%
BLUE value IS 215 (84.38% from 255) = 36.07%
R=30.03%
G=33.89%
B=36.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1792022150.170.0600.16201.6731.0377.25
HexB3CAD7116010ca1f4d
Octal26331232721602031237115
Binary1011001111001010110101111000111001000011001010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CAD7; }

 p { color: rgb(179,202,215); }

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

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

 a { background-color: rgb(179,202,215); }

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

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

 span { border-color: rgb(179,202,215); }

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