Html Css Color HEX #B7D0C7 Jet Stream

📋 copy color: '#B7D0C7'

red 183 ◦ green 208 ◦ blue 199

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

Shades of Jet Stream #B7D0C7

Tints of Jet Stream #B7D0C7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.25%

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

R = 31.02%
G = 35.25%
B = 33.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#B7D0C7 (or 0xB7D0C7) is known color: Jet Stream. HEX triplet: B7, D0 and C7. RGB value is (183,208,199). Sum of RGB (Red+Green+Blue) = 183+208+199=590 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.02% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D0C7 is #482F38. Grayscale: #C7C7C7. Windows color (decimal): -4730681 or 13095095. OLE color: 13095095.

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

Color convert

RGB 183 208 199 -
CMYK 0.12 0 0.04 0.18
HSL 158.4º 0.21% 0.77% -
HSV(B) 158.4º 0.12% 0.82% -
XYZ 52.39 59.3 62.72 -
YUV 199.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 183 208 199 0.12 0 0.04 0.18 158.4 0.21 0.77
Hex B7 D0 C7 C 0 4 12 9E 15 4D
Octal 267 320 307 14 0 4 22 236 25 115
Binary 10110111 11010000 11000111 1100 0 100 10010 10011110 10101 1001101

Color Harmonies of #B7D0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D0C7

Black with #B7D0C7

Text Example


Text Example

White with #B7D0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D0C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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