Html Css Color HEX #B0D7C9 Jet Stream

📋 copy color: '#B0D7C9'

red 176 ◦ green 215 ◦ blue 201

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

Shades of Jet Stream #B0D7C9

Tints of Jet Stream #B0D7C9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.32%

 BLUE value IS 201 (78.91% from 255) = 33.95%

R = 29.73%
G = 36.32%
B = 33.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#B0D7C9 (or 0xB0D7C9) is known color: Jet Stream. HEX triplet: B0, D7 and C9. RGB value is (176,215,201). Sum of RGB (Red+Green+Blue) = 176+215+201=592 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.73% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D7C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D7C9 is #4F2836. Grayscale: #C9C9C9. Windows color (decimal): -5187639 or 13227952. OLE color: 13227952.

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

Color convert

RGB 176 215 201 -
CMYK 0.18 0 0.07 0.16
HSL 158.46º 0.33% 0.77% -
HSV(B) 158.46º 0.18% 0.84% -
XYZ 52.75 62.05 64.45 -
YUV 201.74 127.58 109.64 -
System Red Green Blue C M Y K H S L
Decimal 176 215 201 0.18 0 0.07 0.16 158.46 0.33 0.77
Hex B0 D7 C9 12 0 7 10 9E 21 4D
Octal 260 327 311 22 0 7 20 236 41 115
Binary 10110000 11010111 11001001 10010 0 111 10000 10011110 100001 1001101

Color Harmonies of #B0D7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D7C9

Black with #B0D7C9

Text Example


Text Example

White with #B0D7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D7C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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