#B1CEDA

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

Shades of French Pass #B1CEDA

Tints of French Pass #B1CEDA

Color information

#B1CEDA (or 0xB1CEDA) is unknown color: approx French Pass. HEX triplet: B1, CE and DA. RGB value is (177,206,218). Sum of RGB (Red+Green+Blue) = 177+206+218=601 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.45% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 218 - color contains mainly: blue. Hex color #B1CEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CEDA is #4E3125. Grayscale: #C6C6C6. Windows color (decimal): -5124390 or 14339761. OLE color: 14339761.

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

Color convert

RGB177206218-
CMYK0.190.0600.15
HSL197.56º35.65%77.45%-
HSV(B)197.56º18.81%85.49%-
XYZ52.8658.5574.85-
YUV198.7138.89112.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.45%
GREEN value IS 206 (80.86% from 255) = 34.28%
BLUE value IS 218 (85.55% from 255) = 36.27%
R=29.45%
G=34.28%
B=36.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1772062180.190.0600.15197.5635.6577.45
HexB1CEDA1360Fc6244d
Octal26131633223601730644115
Binary1011000111001110110110101001111001111110001101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CEDA; }

 p { color: rgb(177,206,218); }

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

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

 a { background-color: rgb(177,206,218); }

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

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

 span { border-color: rgb(177,206,218); }

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