#B4CCD7

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

Shades of French Pass #B4CCD7

Tints of French Pass #B4CCD7

Color information

#B4CCD7 (or 0xB4CCD7) is unknown color: approx French Pass. HEX triplet: B4, CC and D7. RGB value is (180,204,215). Sum of RGB (Red+Green+Blue) = 180+204+215=599 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.05% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 215 (84.38% from 255 or 35.89% from 599); Max value from RGB is 215 - color contains mainly: blue. Hex color #B4CCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CCD7 is #4B3328. Grayscale: #C6C6C6. Windows color (decimal): -4928297 or 14142644. OLE color: 14142644.

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

Color convert

RGB180204215-
CMYK0.160.0500.16
HSL198.86º30.43%77.45%-
HSV(B)198.86º16.28%84.31%-
XYZ52.6857.872.67-
YUV198.08137.55115.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.05%
GREEN value IS 204 (80.08% from 255) = 34.06%
BLUE value IS 215 (84.38% from 255) = 35.89%
R=30.05%
G=34.06%
B=35.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1802042150.160.0500.16198.8630.4377.45
HexB4CCD7105010c71e4d
Octal26431432720502030736115
Binary1011010011001100110101111000010101000011000111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CCD7; }

 p { color: rgb(180,204,215); }

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

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

 a { background-color: rgb(180,204,215); }

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

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

 span { border-color: rgb(180,204,215); }

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