#B4CFD6

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

Shades of French Pass #B4CFD6

Tints of French Pass #B4CFD6

Color information

#B4CFD6 (or 0xB4CFD6) is unknown color: approx French Pass. HEX triplet: B4, CF and D6. RGB value is (180,207,214). Sum of RGB (Red+Green+Blue) = 180+207+214=601 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.95% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 214 (83.98% from 255 or 35.61% from 601); Max value from RGB is 214 - color contains mainly: blue. Hex color #B4CFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CFD6 is #4B3029. Grayscale: #C7C7C7. Windows color (decimal): -4927530 or 14077876. OLE color: 14077876.

HSL color Cylindrical-coordinate representation of color #B4CFD6: hue angle of 192.35º degrees, saturation: 0.29, 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 #B4CFD6 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB180207214-
CMYK0.160.0300.16
HSL192.35º29.31%77.25%-
HSV(B)192.35º15.89%83.92%-
XYZ53.2759.1872.23-
YUV199.72136.05113.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.95%
GREEN value IS 207 (81.25% from 255) = 34.44%
BLUE value IS 214 (83.98% from 255) = 35.61%
R=29.95%
G=34.44%
B=35.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1802072140.160.0300.16192.3529.3177.25
HexB4CFD6103010c01d4d
Octal26431732620302030035115
Binary101101001100111111010110100001101000011000000111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CFD6; }

 p { color: rgb(180,207,214); }

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

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

 a { background-color: rgb(180,207,214); }

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

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

 span { border-color: rgb(180,207,214); }

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