Html Css Color HEX #B0D6C4 Jet Stream

📋 copy color: '#B0D6C4'

red 176 ◦ green 214 ◦ blue 196

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

Shades of Jet Stream #B0D6C4

Tints of Jet Stream #B0D6C4

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.52%

 BLUE value IS 196 (76.95% from 255) = 33.45%

R = 30.03%
G = 36.52%
B = 33.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#B0D6C4 (or 0xB0D6C4) is known color: Jet Stream. HEX triplet: B0, D6 and C4. RGB value is (176,214,196). Sum of RGB (Red+Green+Blue) = 176+214+196=586 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.03% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D6C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D6C4 is #4F293B. Grayscale: #C8C8C8. Windows color (decimal): -5187900 or 12900016. OLE color: 12900016.

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

Color convert

RGB 176 214 196 -
CMYK 0.18 0 0.08 0.16
HSL 151.58º 0.32% 0.76% -
HSV(B) 151.58º 0.18% 0.84% -
XYZ 51.91 61.31 61.32 -
YUV 200.59 125.41 110.46 -
System Red Green Blue C M Y K H S L
Decimal 176 214 196 0.18 0 0.08 0.16 151.58 0.32 0.76
Hex B0 D6 C4 12 0 8 10 98 20 4C
Octal 260 326 304 22 0 10 20 230 40 114
Binary 10110000 11010110 11000100 10010 0 1000 10000 10011000 100000 1001100

Color Harmonies of #B0D6C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D6C4

Black with #B0D6C4

Text Example


Text Example

White with #B0D6C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D6C4; }

 p { color: rgb(176,214,196); }

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

background-color css

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

 a { background-color: rgb(176,214,196); }

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

border-color css

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

 span { border-color: rgb(176,214,196); }

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