#B0D0DB

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

Shades of French Pass #B0D0DB

Tints of French Pass #B0D0DB

Color information

#B0D0DB (or 0xB0D0DB) is unknown color: approx French Pass. HEX triplet: B0, D0 and DB. RGB value is (176,208,219). Sum of RGB (Red+Green+Blue) = 176+208+219=603 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.19% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0D0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D0DB is #4F2F24. Grayscale: #C7C7C7. Windows color (decimal): -5189413 or 14405808. OLE color: 14405808.

HSL color Cylindrical-coordinate representation of color #B0D0DB: hue angle of 195.35º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0D0DB is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176208219-
CMYK0.200.0500.14
HSL195.35º37.39%77.45%-
HSV(B)195.35º19.63%85.88%-
XYZ53.2559.4675.69-
YUV199.69138.9111.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.19%
GREEN value IS 208 (81.64% from 255) = 34.49%
BLUE value IS 219 (85.94% from 255) = 36.32%
R=29.19%
G=34.49%
B=36.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762082190.200.0500.14195.3537.3977.45
HexB0D0DB1450Ec3254d
Octal26032033324501630345115
Binary1011000011010000110110111010010101110110000111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D0DB; }

 p { color: rgb(176,208,219); }

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

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

 a { background-color: rgb(176,208,219); }

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

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

 span { border-color: rgb(176,208,219); }

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