#B7CED4

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

Shades of French Pass #B7CED4

Tints of French Pass #B7CED4

Color information

#B7CED4 (or 0xB7CED4) is unknown color: approx French Pass. HEX triplet: B7, CE and D4. RGB value is (183,206,212). Sum of RGB (Red+Green+Blue) = 183+206+212=601 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.45% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 212 - color contains mainly: blue. Hex color #B7CED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CED4 is #48312B. Grayscale: #C7C7C7. Windows color (decimal): -4731180 or 13946551. OLE color: 13946551.

HSL color Cylindrical-coordinate representation of color #B7CED4: hue angle of 192.41º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7CED4 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB183206212-
CMYK0.140.0300.17
HSL192.41º25.22%77.45%-
HSV(B)192.41º13.68%83.14%-
XYZ53.4858.9670.85-
YUV199.81134.88116.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.45%
GREEN value IS 206 (80.86% from 255) = 34.28%
BLUE value IS 212 (83.20% from 255) = 35.27%
R=30.45%
G=34.28%
B=35.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1832062120.140.0300.17192.4125.2277.45
HexB7CED4E3011c0194d
Octal26731632416302130031115
Binary10110111110011101101010011101101000111000000110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CED4; }

 p { color: rgb(183,206,212); }

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

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

 a { background-color: rgb(183,206,212); }

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

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

 span { border-color: rgb(183,206,212); }

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