Html Css Color HEX #B7DAC8 Jet Stream

📋 copy color: '#B7DAC8'

red 183 ◦ green 218 ◦ blue 200

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

Shades of Jet Stream #B7DAC8

Tints of Jet Stream #B7DAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.28%

R = 30.45%
G = 36.27%
B = 33.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#B7DAC8 (or 0xB7DAC8) is known color: Jet Stream. HEX triplet: B7, DA and C8. RGB value is (183,218,200). Sum of RGB (Red+Green+Blue) = 183+218+200=601 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.45% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 218 - color contains mainly: green. Hex color #B7DAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DAC8 is #482537. Grayscale: #CDCDCD. Windows color (decimal): -4728120 or 13163191. OLE color: 13163191.

HSL color Cylindrical-coordinate representation of color #B7DAC8: hue angle of 149.14º 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 #B7DAC8 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 218 200 -
CMYK 0.16 0 0.08 0.15
HSL 149.14º 0.32% 0.79% -
HSV(B) 149.14º 0.16% 0.85% -
XYZ 55.03 64.38 64.17 -
YUV 205.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 183 218 200 0.16 0 0.08 0.15 149.14 0.32 0.79
Hex B7 DA C8 10 0 8 F 95 20 4F
Octal 267 332 310 20 0 10 17 225 40 117
Binary 10110111 11011010 11001000 10000 0 1000 1111 10010101 100000 1001111

Color Harmonies of #B7DAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DAC8

Black with #B7DAC8

Text Example


Text Example

White with #B7DAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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