Html Css Color HEX #B0D8C6 Jet Stream

📋 copy color: '#B0D8C6'

red 176 ◦ green 216 ◦ blue 198

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

Shades of Jet Stream #B0D8C6

Tints of Jet Stream #B0D8C6

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.61%

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

R = 29.83%
G = 36.61%
B = 33.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#B0D8C6 (or 0xB0D8C6) is known color: Jet Stream. HEX triplet: B0, D8 and C6. RGB value is (176,216,198). Sum of RGB (Red+Green+Blue) = 176+216+198=590 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.83% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D8C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D8C6 is #4F2739. Grayscale: #CACACA. Windows color (decimal): -5187386 or 13031600. OLE color: 13031600.

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

Color convert

RGB 176 216 198 -
CMYK 0.19 0 0.08 0.15
HSL 153º 0.34% 0.77% -
HSV(B) 153º 0.19% 0.85% -
XYZ 52.65 62.42 62.7 -
YUV 201.99 125.75 109.46 -
System Red Green Blue C M Y K H S L
Decimal 176 216 198 0.19 0 0.08 0.15 153 0.34 0.77
Hex B0 D8 C6 13 0 8 F 99 22 4D
Octal 260 330 306 23 0 10 17 231 42 115
Binary 10110000 11011000 11000110 10011 0 1000 1111 10011001 100010 1001101

Color Harmonies of #B0D8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D8C6

Black with #B0D8C6

Text Example


Text Example

White with #B0D8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D8C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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