#B3CCD5

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

Shades of French Pass #B3CCD5

Tints of French Pass #B3CCD5

Color information

#B3CCD5 (or 0xB3CCD5) is unknown color: approx French Pass. HEX triplet: B3, CC and D5. RGB value is (179,204,213). Sum of RGB (Red+Green+Blue) = 179+204+213=596 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.03% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 213 - color contains mainly: blue. Hex color #B3CCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CCD5 is #4C332A. Grayscale: #C5C5C5. Windows color (decimal): -4993835 or 14011571. OLE color: 14011571.

HSL color Cylindrical-coordinate representation of color #B3CCD5: hue angle of 195.88º 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 #B3CCD5 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB179204213-
CMYK0.160.0400.16
HSL195.88º28.81%76.86%-
HSV(B)195.88º15.96%83.53%-
XYZ52.1957.5771.31-
YUV197.55136.72114.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.03%
GREEN value IS 204 (80.08% from 255) = 34.23%
BLUE value IS 213 (83.59% from 255) = 35.74%
R=30.03%
G=34.23%
B=35.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1792042130.160.0400.16195.8828.8176.86
HexB3CCD5104010c41d4d
Octal26331432520402030435115
Binary1011001111001100110101011000010001000011000100111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CCD5; }

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

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

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

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

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

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

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

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