Html Css Color HEX #B0CFD9 French Pass

📋 copy color: '#B0CFD9'

red 176 ◦ green 207 ◦ blue 217

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

Shades of French Pass #B0CFD9

Tints of French Pass #B0CFD9

RGB

 RED value IS 176 (69.14% from 255) = 29.33%

 GREEN value IS 207 (81.25% from 255) = 34.5%

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

R = 29.33%
G = 34.5%
B = 36.17%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B0CFD9 (or 0xB0CFD9) is known color: French Pass. HEX triplet: B0, CF and D9. RGB value is (176,207,217). Sum of RGB (Red+Green+Blue) = 176+207+217=600 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.33% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 217 (85.16% from 255 or 36.17% from 600); Max value from RGB is 217 - color contains mainly: blue. Hex color #B0CFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFD9 is #4F3026. Grayscale: #C6C6C6. Windows color (decimal): -5189671 or 14274480. OLE color: 14274480.

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

Color convert

RGB 176 207 217 -
CMYK 0.19 0.05 0 0.15
HSL 194.63º 0.35% 0.77% -
HSV(B) 194.63º 0.19% 0.85% -
XYZ 52.74 58.87 74.23 -
YUV 198.87 138.23 111.69 -
System Red Green Blue C M Y K H S L
Decimal 176 207 217 0.19 0.05 0 0.15 194.63 0.35 0.77
Hex B0 CF D9 13 5 0 F C3 23 4D
Octal 260 317 331 23 5 0 17 303 43 115
Binary 10110000 11001111 11011001 10011 101 0 1111 11000011 100011 1001101

Color Harmonies of #B0CFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CFD9

Black with #B0CFD9

Text Example


Text Example

White with #B0CFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CFD9; }

 p { color: rgb(176,207,217); }

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

background-color css

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

 a { background-color: rgb(176,207,217); }

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

border-color css

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

 span { border-color: rgb(176,207,217); }

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