#B0CFDC

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

Shades of French Pass #B0CFDC

Tints of French Pass #B0CFDC

Color information

#B0CFDC (or 0xB0CFDC) is unknown color: approx French Pass. HEX triplet: B0, CF and DC. RGB value is (176,207,220). Sum of RGB (Red+Green+Blue) = 176+207+220=603 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.19% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0CFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFDC is #4F3023. Grayscale: #C7C7C7. Windows color (decimal): -5189668 or 14471088. OLE color: 14471088.

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

Color convert

RGB176207220-
CMYK0.20.0600.14
HSL197.73º38.6%77.65%-
HSV(B)197.73º20%86.27%-
XYZ53.1459.0276.3-
YUV199.21139.73111.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.19%
GREEN value IS 207 (81.25% from 255) = 34.33%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=29.19%
G=34.33%
B=36.48%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762072200.20.0600.14197.7338.677.65
HexB0CFDC1460Ec6274e
Octal26031733424601630647116
Binary1011000011001111110111001010011001110110001101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CFDC; }

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

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

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

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

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

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

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

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