Html Css Color HEX #B3CED9 French Pass

📋 copy color: '#B3CED9'

red 179 ◦ green 206 ◦ blue 217

#B3CED9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Pass #B3CED9

Tints of French Pass #B3CED9

RGB

 RED value IS 179 (70.31% from 255) = 29.73%

 GREEN value IS 206 (80.86% from 255) = 34.22%

 BLUE value IS 217 (85.16% from 255) = 36.05%

R = 29.73%
G = 34.22%
B = 36.05%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B3CED9 (or 0xB3CED9) is known color: French Pass. HEX triplet: B3, CE and D9. RGB value is (179,206,217). Sum of RGB (Red+Green+Blue) = 179+206+217=602 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.73% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 217 - color contains mainly: blue. Hex color #B3CED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CED9 is #4C3126. Grayscale: #C7C7C7. Windows color (decimal): -4993319 or 14274227. OLE color: 14274227.

HSL color Cylindrical-coordinate representation of color #B3CED9: hue angle of 197.37º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3CED9 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 206 217 -
CMYK 0.18 0.05 0 0.15
HSL 197.37º 0.33% 0.78% -
HSV(B) 197.37º 0.18% 0.85% -
XYZ 53.19 58.74 74.18 -
YUV 199.18 138.05 113.61 -
System Red Green Blue C M Y K H S L
Decimal 179 206 217 0.18 0.05 0 0.15 197.37 0.33 0.78
Hex B3 CE D9 12 5 0 F C5 21 4E
Octal 263 316 331 22 5 0 17 305 41 116
Binary 10110011 11001110 11011001 10010 101 0 1111 11000101 100001 1001110

Color Harmonies of #B3CED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CED9

Black with #B3CED9

Text Example


Text Example

White with #B3CED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CED9; }

 p { color: rgb(179,206,217); }

 H1.HeaderClassName
 {
   color: #B3CED9;
 }
 .AnyTagClassName
 {
   color: #B3CED9;
 }
</style>

background-color css

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

 a { background-color: rgb(179,206,217); }

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

border-color css

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

 span { border-color: rgb(179,206,217); }

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