Html Css Color HEX #B0D7C5 Jet Stream

📋 copy color: '#B0D7C5'

red 176 ◦ green 215 ◦ blue 197

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

Shades of Jet Stream #B0D7C5

Tints of Jet Stream #B0D7C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.5%

R = 29.93%
G = 36.56%
B = 33.5%

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

#B0D7C5 (or 0xB0D7C5) is known color: Jet Stream. HEX triplet: B0, D7 and C5. RGB value is (176,215,197). Sum of RGB (Red+Green+Blue) = 176+215+197=588 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.93% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D7C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D7C5 is #4F283A. Grayscale: #C9C9C9. Windows color (decimal): -5187643 or 12965808. OLE color: 12965808.

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

Color convert

RGB 176 215 197 -
CMYK 0.18 0 0.08 0.16
HSL 152.31º 0.33% 0.77% -
HSV(B) 152.31º 0.18% 0.84% -
XYZ 52.28 61.86 62.01 -
YUV 201.29 125.58 109.96 -
System Red Green Blue C M Y K H S L
Decimal 176 215 197 0.18 0 0.08 0.16 152.31 0.33 0.77
Hex B0 D7 C5 12 0 8 10 98 21 4D
Octal 260 327 305 22 0 10 20 230 41 115
Binary 10110000 11010111 11000101 10010 0 1000 10000 10011000 100001 1001101

Color Harmonies of #B0D7C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D7C5

Black with #B0D7C5

Text Example


Text Example

White with #B0D7C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D7C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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