Html Css Color HEX #B7D2C5 Jet Stream

📋 copy color: '#B7D2C5'

red 183 ◦ green 210 ◦ blue 197

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

Shades of Jet Stream #B7D2C5

Tints of Jet Stream #B7D2C5

RGB

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

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

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

R = 31.02%
G = 35.59%
B = 33.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#B7D2C5 (or 0xB7D2C5) is known color: Jet Stream. HEX triplet: B7, D2 and C5. RGB value is (183,210,197). Sum of RGB (Red+Green+Blue) = 183+210+197=590 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.02% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 210 - color contains mainly: green. Hex color #B7D2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D2C5 is #482D3A. Grayscale: #C8C8C8. Windows color (decimal): -4730171 or 12964535. OLE color: 12964535.

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

Color convert

RGB 183 210 197 -
CMYK 0.13 0 0.06 0.18
HSL 151.11º 0.23% 0.77% -
HSV(B) 151.11º 0.13% 0.82% -
XYZ 52.65 60.19 61.67 -
YUV 200.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 183 210 197 0.13 0 0.06 0.18 151.11 0.23 0.77
Hex B7 D2 C5 D 0 6 12 97 17 4D
Octal 267 322 305 15 0 6 22 227 27 115
Binary 10110111 11010010 11000101 1101 0 110 10010 10010111 10111 1001101

Color Harmonies of #B7D2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D2C5

Black with #B7D2C5

Text Example


Text Example

White with #B7D2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D2C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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