#B3CBD5

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

Shades of French Pass #B3CBD5

Tints of French Pass #B3CBD5

Color information

#B3CBD5 (or 0xB3CBD5) is unknown color: approx French Pass. HEX triplet: B3, CB and D5. RGB value is (179,203,213). Sum of RGB (Red+Green+Blue) = 179+203+213=595 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.08% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 213 - color contains mainly: blue. Hex color #B3CBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CBD5 is #4C342A. Grayscale: #C4C4C4. Windows color (decimal): -4994091 or 14011315. OLE color: 14011315.

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

Color convert

RGB179203213-
CMYK0.160.0500.16
HSL197.65º28.81%76.86%-
HSV(B)197.65º15.96%83.53%-
XYZ51.9657.171.23-
YUV196.96137.05115.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.08%
GREEN value IS 203 (79.69% from 255) = 34.12%
BLUE value IS 213 (83.59% from 255) = 35.80%
R=30.08%
G=34.12%
B=35.80%

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
Decimal1792032130.160.0500.16197.6528.8176.86
HexB3CBD5105010c61d4d
Octal26331332520502030635115
Binary1011001111001011110101011000010101000011000110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CBD5; }

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

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

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

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

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

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

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

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