Html Css Color HEX #B7DAC7 Jet Stream

📋 copy color: '#B7DAC7'

red 183 ◦ green 218 ◦ blue 199

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

Shades of Jet Stream #B7DAC7

Tints of Jet Stream #B7DAC7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.33%

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

R = 30.5%
G = 36.33%
B = 33.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#B7DAC7 (or 0xB7DAC7) is known color: Jet Stream. HEX triplet: B7, DA and C7. RGB value is (183,218,199). Sum of RGB (Red+Green+Blue) = 183+218+199=600 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.5% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 218 - color contains mainly: green. Hex color #B7DAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DAC7 is #482538. Grayscale: #CDCDCD. Windows color (decimal): -4728121 or 13097655. OLE color: 13097655.

HSL color Cylindrical-coordinate representation of color #B7DAC7: hue angle of 147.43º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7DAC7 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 218 199 -
CMYK 0.16 0 0.09 0.15
HSL 147.43º 0.32% 0.79% -
HSV(B) 147.43º 0.16% 0.85% -
XYZ 54.91 64.33 63.56 -
YUV 205.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 183 218 199 0.16 0 0.09 0.15 147.43 0.32 0.79
Hex B7 DA C7 10 0 9 F 93 20 4F
Octal 267 332 307 20 0 11 17 223 40 117
Binary 10110111 11011010 11000111 10000 0 1001 1111 10010011 100000 1001111

Color Harmonies of #B7DAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DAC7

Black with #B7DAC7

Text Example


Text Example

White with #B7DAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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