#B0CDDB

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

Shades of French Pass #B0CDDB

Tints of French Pass #B0CDDB

Color information

#B0CDDB (or 0xB0CDDB) is unknown color: approx French Pass. HEX triplet: B0, CD and DB. RGB value is (176,205,219). Sum of RGB (Red+Green+Blue) = 176+205+219=600 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.33% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CDDB is #4F3224. Grayscale: #C5C5C5. Windows color (decimal): -5190181 or 14405040. OLE color: 14405040.

HSL color Cylindrical-coordinate representation of color #B0CDDB: hue angle of 199.53º 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 #B0CDDB is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176205219-
CMYK0.200.0600.14
HSL199.53º37.39%77.45%-
HSV(B)199.53º19.63%85.88%-
XYZ52.5258.0175.45-
YUV197.92139.89112.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.33%
GREEN value IS 205 (80.47% from 255) = 34.17%
BLUE value IS 219 (85.94% from 255) = 36.5%
R=29.33%
G=34.17%
B=36.5%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762052190.200.0600.14199.5337.3977.45
HexB0CDDB1460Ec8254d
Octal26031533324601631045115
Binary1011000011001101110110111010011001110110010001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CDDB; }

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

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

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

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

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

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

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

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