#B4CED7

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

Shades of French Pass #B4CED7

Tints of French Pass #B4CED7

Color information

#B4CED7 (or 0xB4CED7) is unknown color: approx French Pass. HEX triplet: B4, CE and D7. RGB value is (180,206,215). Sum of RGB (Red+Green+Blue) = 180+206+215=601 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.95% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 215 - color contains mainly: blue. Hex color #B4CED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CED7 is #4B3128. Grayscale: #C7C7C7. Windows color (decimal): -4927785 or 14143156. OLE color: 14143156.

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

Color convert

RGB180206215-
CMYK0.160.0400.16
HSL195.43º30.43%77.45%-
HSV(B)195.43º16.28%84.31%-
XYZ53.1658.7572.83-
YUV199.25136.89114.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.95%
GREEN value IS 206 (80.86% from 255) = 34.28%
BLUE value IS 215 (84.38% from 255) = 35.77%
R=29.95%
G=34.28%
B=35.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1802062150.160.0400.16195.4330.4377.45
HexB4CED7104010c31e4d
Octal26431632720402030336115
Binary1011010011001110110101111000010001000011000011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CED7; }

 p { color: rgb(180,206,215); }

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

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

 a { background-color: rgb(180,206,215); }

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

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

 span { border-color: rgb(180,206,215); }

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