#B3CED9

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

Shades of French Pass #B3CED9

Tints of French Pass #B3CED9

Color information

#B3CED9 (or 0xB3CED9) is unknown color: approx French Pass. HEX triplet: B3, CE and D9. RGB value is (179,206,217). Sum of RGB (Red+Green+Blue) = 179+206+217=602 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.73% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 217 - color contains mainly: blue. Hex color #B3CED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CED9 is #4C3126. Grayscale: #C7C7C7. Windows color (decimal): -4993319 or 14274227. OLE color: 14274227.

HSL color Cylindrical-coordinate representation of color #B3CED9: hue angle of 197.37º 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 #B3CED9 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179206217-
CMYK0.180.0500.15
HSL197.37º33.33%77.65%-
HSV(B)197.37º17.51%85.1%-
XYZ53.1958.7474.18-
YUV199.18138.05113.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.73%
GREEN value IS 206 (80.86% from 255) = 34.22%
BLUE value IS 217 (85.16% from 255) = 36.05%
R=29.73%
G=34.22%
B=36.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1792062170.180.0500.15197.3733.3377.65
HexB3CED91250Fc5214e
Octal26331633122501730541116
Binary1011001111001110110110011001010101111110001011000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CED9; }

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

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

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

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

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

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

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

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