Html Css Color HEX #B0D9C6 Jet Stream

📋 copy color: '#B0D9C6'

red 176 ◦ green 217 ◦ blue 198

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

Shades of Jet Stream #B0D9C6

Tints of Jet Stream #B0D9C6

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.72%

 BLUE value IS 198 (77.73% from 255) = 33.5%

R = 29.78%
G = 36.72%
B = 33.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#B0D9C6 (or 0xB0D9C6) is known color: Jet Stream. HEX triplet: B0, D9 and C6. RGB value is (176,217,198). Sum of RGB (Red+Green+Blue) = 176+217+198=591 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.78% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D9C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D9C6 is #4F2639. Grayscale: #CACACA. Windows color (decimal): -5187130 or 13031856. OLE color: 13031856.

HSL color Cylindrical-coordinate representation of color #B0D9C6: hue angle of 152.2º 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 #B0D9C6 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 217 198 -
CMYK 0.19 0 0.09 0.15
HSL 152.2º 0.35% 0.77% -
HSV(B) 152.2º 0.19% 0.85% -
XYZ 52.91 62.93 62.78 -
YUV 202.58 125.42 109.04 -
System Red Green Blue C M Y K H S L
Decimal 176 217 198 0.19 0 0.09 0.15 152.2 0.35 0.77
Hex B0 D9 C6 13 0 9 F 98 23 4D
Octal 260 331 306 23 0 11 17 230 43 115
Binary 10110000 11011001 11000110 10011 0 1001 1111 10011000 100011 1001101

Color Harmonies of #B0D9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D9C6

Black with #B0D9C6

Text Example


Text Example

White with #B0D9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D9C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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