Html Css Color HEX #B0D3D7 French Pass

📋 copy color: '#B0D3D7'

red 176 ◦ green 211 ◦ blue 215

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

Shades of French Pass #B0D3D7

Tints of French Pass #B0D3D7

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.05%

 BLUE value IS 215 (84.38% from 255) = 35.71%

R = 29.24%
G = 35.05%
B = 35.71%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B0D3D7 (or 0xB0D3D7) is known color: French Pass. HEX triplet: B0, D3 and D7. RGB value is (176,211,215). Sum of RGB (Red+Green+Blue) = 176+211+215=602 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.24% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 215 (84.38% from 255 or 35.71% from 602); Max value from RGB is 215 - color contains mainly: blue. Hex color #B0D3D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D3D7 is #4F2C28. Grayscale: #C8C8C8. Windows color (decimal): -5188649 or 14144432. OLE color: 14144432.

HSL color Cylindrical-coordinate representation of color #B0D3D7: hue angle of 186.15º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0D3D7 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 211 215 -
CMYK 0.18 0.02 0 0.16
HSL 186.15º 0.33% 0.77% -
HSV(B) 186.15º 0.18% 0.84% -
XYZ 53.46 60.72 73.19 -
YUV 200.99 135.9 110.17 -
System Red Green Blue C M Y K H S L
Decimal 176 211 215 0.18 0.02 0 0.16 186.15 0.33 0.77
Hex B0 D3 D7 12 2 0 10 BA 21 4D
Octal 260 323 327 22 2 0 20 272 41 115
Binary 10110000 11010011 11010111 10010 10 0 10000 10111010 100001 1001101

Color Harmonies of #B0D3D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D3D7

Black with #B0D3D7

Text Example


Text Example

White with #B0D3D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D3D7; }

 p { color: rgb(176,211,215); }

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

background-color css

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

 a { background-color: rgb(176,211,215); }

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

border-color css

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

 span { border-color: rgb(176,211,215); }

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