Html Css Color HEX #B0D2C7 Jet Stream

📋 copy color: '#B0D2C7'

red 176 ◦ green 210 ◦ blue 199

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

Shades of Jet Stream #B0D2C7

Tints of Jet Stream #B0D2C7

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.9%

 BLUE value IS 199 (78.13% from 255) = 34.02%

R = 30.09%
G = 35.9%
B = 34.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#B0D2C7 (or 0xB0D2C7) is known color: Jet Stream. HEX triplet: B0, D2 and C7. RGB value is (176,210,199). Sum of RGB (Red+Green+Blue) = 176+210+199=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D2C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D2C7 is #4F2D38. Grayscale: #C6C6C6. Windows color (decimal): -5188921 or 13095600. OLE color: 13095600.

HSL color Cylindrical-coordinate representation of color #B0D2C7: hue angle of 160.59º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0D2C7 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 210 199 -
CMYK 0.16 0 0.05 0.18
HSL 160.59º 0.27% 0.76% -
HSV(B) 160.59º 0.16% 0.82% -
XYZ 51.26 59.45 62.81 -
YUV 198.58 128.24 111.89 -
System Red Green Blue C M Y K H S L
Decimal 176 210 199 0.16 0 0.05 0.18 160.59 0.27 0.76
Hex B0 D2 C7 10 0 5 12 A1 1B 4C
Octal 260 322 307 20 0 5 22 241 33 114
Binary 10110000 11010010 11000111 10000 0 101 10010 10100001 11011 1001100

Color Harmonies of #B0D2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D2C7

Black with #B0D2C7

Text Example


Text Example

White with #B0D2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D2C7; }

 p { color: rgb(176,210,199); }

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

background-color css

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

 a { background-color: rgb(176,210,199); }

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

border-color css

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

 span { border-color: rgb(176,210,199); }

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