#B3CED8

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

Shades of French Pass #B3CED8

Tints of French Pass #B3CED8

Color information

#B3CED8 (or 0xB3CED8) is unknown color: approx French Pass. HEX triplet: B3, CE and D8. RGB value is (179,206,216). Sum of RGB (Red+Green+Blue) = 179+206+216=601 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.78% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 216 - color contains mainly: blue. Hex color #B3CED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CED8 is #4C3127. Grayscale: #C6C6C6. Windows color (decimal): -4993320 or 14208691. OLE color: 14208691.

HSL color Cylindrical-coordinate representation of color #B3CED8: hue angle of 196.22º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3CED8 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179206216-
CMYK0.170.0500.15
HSL196.22º32.17%77.45%-
HSV(B)196.22º17.13%84.71%-
XYZ53.0658.6873.5-
YUV199.07137.55113.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.78%
GREEN value IS 206 (80.86% from 255) = 34.28%
BLUE value IS 216 (84.77% from 255) = 35.94%
R=29.78%
G=34.28%
B=35.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1792062160.170.0500.15196.2232.1777.45
HexB3CED81150Fc4204d
Octal26331633021501730440115
Binary1011001111001110110110001000110101111110001001000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CED8; }

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

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

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

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

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

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

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

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