#B0D0DC

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

Shades of French Pass #B0D0DC

Tints of French Pass #B0D0DC

Color information

#B0D0DC (or 0xB0D0DC) is unknown color: approx French Pass. HEX triplet: B0, D0 and DC. RGB value is (176,208,220). Sum of RGB (Red+Green+Blue) = 176+208+220=604 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.14% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0D0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D0DC is #4F2F23. Grayscale: #C7C7C7. Windows color (decimal): -5189412 or 14471344. OLE color: 14471344.

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

Color convert

RGB176208220-
CMYK0.20.0500.14
HSL196.36º38.6%77.65%-
HSV(B)196.36º20%86.27%-
XYZ53.3859.5176.38-
YUV199.8139.4111.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.14%
GREEN value IS 208 (81.64% from 255) = 34.44%
BLUE value IS 220 (86.33% from 255) = 36.42%
R=29.14%
G=34.44%
B=36.42%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762082200.20.0500.14196.3638.677.65
HexB0D0DC1450Ec4274e
Octal26032033424501630447116
Binary1011000011010000110111001010010101110110001001001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D0DC; }

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

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

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

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

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

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

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

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