Html Css Color HEX #B6D1C7 Jet Stream

📋 copy color: '#B6D1C7'

red 182 ◦ green 209 ◦ blue 199

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

Shades of Jet Stream #B6D1C7

Tints of Jet Stream #B6D1C7

RGB

 RED value IS 182 (71.48% from 255) = 30.85%

 GREEN value IS 209 (82.03% from 255) = 35.42%

 BLUE value IS 199 (78.13% from 255) = 33.73%

R = 30.85%
G = 35.42%
B = 33.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#B6D1C7 (or 0xB6D1C7) is known color: Jet Stream. HEX triplet: B6, D1 and C7. RGB value is (182,209,199). Sum of RGB (Red+Green+Blue) = 182+209+199=590 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.85% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 209 - color contains mainly: green. Hex color #B6D1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D1C7 is #492E38. Grayscale: #C7C7C7. Windows color (decimal): -4795961 or 13095350. OLE color: 13095350.

HSL color Cylindrical-coordinate representation of color #B6D1C7: hue angle of 157.78º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6D1C7 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 209 199 -
CMYK 0.13 0 0.05 0.18
HSL 157.78º 0.23% 0.77% -
HSV(B) 157.78º 0.13% 0.82% -
XYZ 52.4 59.67 62.79 -
YUV 199.79 127.55 115.31 -
System Red Green Blue C M Y K H S L
Decimal 182 209 199 0.13 0 0.05 0.18 157.78 0.23 0.77
Hex B6 D1 C7 D 0 5 12 9E 17 4D
Octal 266 321 307 15 0 5 22 236 27 115
Binary 10110110 11010001 11000111 1101 0 101 10010 10011110 10111 1001101

Color Harmonies of #B6D1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D1C7

Black with #B6D1C7

Text Example


Text Example

White with #B6D1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D1C7; }

 p { color: rgb(182,209,199); }

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

background-color css

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

 a { background-color: rgb(182,209,199); }

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

border-color css

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

 span { border-color: rgb(182,209,199); }

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