#B3C7D7

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

Shades of Spindle #B3C7D7

Tints of Spindle #B3C7D7

Color information

#B3C7D7 (or 0xB3C7D7) is unknown color: approx Spindle. HEX triplet: B3, C7 and D7. RGB value is (179,199,215). Sum of RGB (Red+Green+Blue) = 179+199+215=593 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.19% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 215 - color contains mainly: blue. Hex color #B3C7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C7D7 is #4C3828. Grayscale: #C2C2C2. Windows color (decimal): -4995113 or 14141363. OLE color: 14141363.

HSL color Cylindrical-coordinate representation of color #B3C7D7: hue angle of 206.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 #B3C7D7 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB179199215-
CMYK0.170.0700.16
HSL206.67º31.03%77.25%-
HSV(B)206.67º16.74%84.31%-
XYZ51.2855.3472.27-
YUV194.84139.37116.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.19%
GREEN value IS 199 (78.12% from 255) = 33.56%
BLUE value IS 215 (84.38% from 255) = 36.26%
R=30.19%
G=33.56%
B=36.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1791992150.170.0700.16206.6731.0377.25
HexB3C7D7117010cf1f4d
Octal26330732721702031737115
Binary1011001111000111110101111000111101000011001111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C7D7; }

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

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

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

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

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

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

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

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