Html Css Color HEX #B7D2C7 Jet Stream

📋 copy color: '#B7D2C7'

red 183 ◦ green 210 ◦ blue 199

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

Shades of Jet Stream #B7D2C7

Tints of Jet Stream #B7D2C7

RGB

 RED value IS 183 (71.88% from 255) = 30.91%

 GREEN value IS 210 (82.42% from 255) = 35.47%

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

R = 30.91%
G = 35.47%
B = 33.61%

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

#B7D2C7 (or 0xB7D2C7) is known color: Jet Stream. HEX triplet: B7, D2 and C7. RGB value is (183,210,199). Sum of RGB (Red+Green+Blue) = 183+210+199=592 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.91% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 210 - color contains mainly: green. Hex color #B7D2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D2C7 is #482D38. Grayscale: #C8C8C8. Windows color (decimal): -4730169 or 13095607. OLE color: 13095607.

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

Color convert

RGB 183 210 199 -
CMYK 0.13 0 0.05 0.18
HSL 155.56º 0.23% 0.77% -
HSV(B) 155.56º 0.13% 0.82% -
XYZ 52.88 60.28 62.88 -
YUV 200.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 183 210 199 0.13 0 0.05 0.18 155.56 0.23 0.77
Hex B7 D2 C7 D 0 5 12 9C 17 4D
Octal 267 322 307 15 0 5 22 234 27 115
Binary 10110111 11010010 11000111 1101 0 101 10010 10011100 10111 1001101

Color Harmonies of #B7D2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D2C7

Black with #B7D2C7

Text Example


Text Example

White with #B7D2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D2C7; }

 p { color: rgb(183,210,199); }

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

background-color css

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

 a { background-color: rgb(183,210,199); }

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

border-color css

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

 span { border-color: rgb(183,210,199); }

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