#B6CCD5

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

Shades of French Pass #B6CCD5

Tints of French Pass #B6CCD5

Color information

#B6CCD5 (or 0xB6CCD5) is unknown color: approx French Pass. HEX triplet: B6, CC and D5. RGB value is (182,204,213). Sum of RGB (Red+Green+Blue) = 182+204+213=599 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.38% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 213 - color contains mainly: blue. Hex color #B6CCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CCD5 is #49332A. Grayscale: #C6C6C6. Windows color (decimal): -4797227 or 14011574. OLE color: 14011574.

HSL color Cylindrical-coordinate representation of color #B6CCD5: hue angle of 197.42º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6CCD5 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB182204213-
CMYK0.150.0400.16
HSL197.42º26.96%77.45%-
HSV(B)197.42º14.55%83.53%-
XYZ52.8957.9371.35-
YUV198.45136.21116.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.38%
GREEN value IS 204 (80.08% from 255) = 34.06%
BLUE value IS 213 (83.59% from 255) = 35.56%
R=30.38%
G=34.06%
B=35.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822042130.150.0400.16197.4226.9677.45
HexB6CCD5F4010c51b4d
Octal26631432517402030533115
Binary101101101100110011010101111110001000011000101110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CCD5; }

 p { color: rgb(182,204,213); }

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

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

 a { background-color: rgb(182,204,213); }

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

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

 span { border-color: rgb(182,204,213); }

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