#B1D1D8

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

Shades of French Pass #B1D1D8

Tints of French Pass #B1D1D8

Color information

#B1D1D8 (or 0xB1D1D8) is unknown color: approx French Pass. HEX triplet: B1, D1 and D8. RGB value is (177,209,216). Sum of RGB (Red+Green+Blue) = 177+209+216=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 216 - color contains mainly: blue. Hex color #B1D1D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D1D8 is #4E2E27. Grayscale: #C8C8C8. Windows color (decimal): -5123624 or 14209457. OLE color: 14209457.

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

Color convert

RGB177209216-
CMYK0.180.0300.15
HSL190.77º33.33%77.06%-
HSV(B)190.77º18.06%84.71%-
XYZ53.3359.9173.72-
YUV200.23136.9111.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.40%
GREEN value IS 209 (82.03% from 255) = 34.72%
BLUE value IS 216 (84.77% from 255) = 35.88%
R=29.40%
G=34.72%
B=35.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1772092160.180.0300.15190.7733.3377.06
HexB1D1D81230Fbf214d
Octal26132133022301727741115
Binary101100011101000111011000100101101111101111111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D1D8; }

 p { color: rgb(177,209,216); }

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

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

 a { background-color: rgb(177,209,216); }

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

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

 span { border-color: rgb(177,209,216); }

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