Html Css Color HEX #B0D7C6 Jet Stream

📋 copy color: '#B0D7C6'

red 176 ◦ green 215 ◦ blue 198

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

Shades of Jet Stream #B0D7C6

Tints of Jet Stream #B0D7C6

RGB

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

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

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

R = 29.88%
G = 36.5%
B = 33.62%

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

#B0D7C6 (or 0xB0D7C6) is known color: Jet Stream. HEX triplet: B0, D7 and C6. RGB value is (176,215,198). Sum of RGB (Red+Green+Blue) = 176+215+198=589 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.88% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D7C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D7C6 is #4F2839. Grayscale: #C9C9C9. Windows color (decimal): -5187642 or 13031344. OLE color: 13031344.

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

Color convert

RGB 176 215 198 -
CMYK 0.18 0 0.08 0.16
HSL 153.85º 0.33% 0.77% -
HSV(B) 153.85º 0.18% 0.84% -
XYZ 52.4 61.91 62.61 -
YUV 201.4 126.08 109.88 -
System Red Green Blue C M Y K H S L
Decimal 176 215 198 0.18 0 0.08 0.16 153.85 0.33 0.77
Hex B0 D7 C6 12 0 8 10 9A 21 4D
Octal 260 327 306 22 0 10 20 232 41 115
Binary 10110000 11010111 11000110 10010 0 1000 10000 10011010 100001 1001101

Color Harmonies of #B0D7C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D7C6

Black with #B0D7C6

Text Example


Text Example

White with #B0D7C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D7C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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