Html Css Color HEX #B8CAC7 Jet Stream

📋 copy color: '#B8CAC7'

red 184 ◦ green 202 ◦ blue 199

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

Shades of Jet Stream #B8CAC7

Tints of Jet Stream #B8CAC7

RGB

 RED value IS 184 (72.27% from 255) = 31.45%

 GREEN value IS 202 (79.3% from 255) = 34.53%

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

R = 31.45%
G = 34.53%
B = 34.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#B8CAC7 (or 0xB8CAC7) is known color: Jet Stream. HEX triplet: B8, CA and C7. RGB value is (184,202,199). Sum of RGB (Red+Green+Blue) = 184+202+199=585 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.45% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CAC7 is #473538. Grayscale: #C4C4C4. Windows color (decimal): -4666681 or 13093560. OLE color: 13093560.

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

Color convert

RGB 184 202 199 -
CMYK 0.09 0 0.01 0.21
HSL 170º 0.15% 0.76% -
HSV(B) 170º 0.09% 0.79% -
XYZ 51.2 56.55 62.25 -
YUV 196.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 184 202 199 0.09 0 0.01 0.21 170 0.15 0.76
Hex B8 CA C7 9 0 1 15 AA F 4C
Octal 270 312 307 11 0 1 25 252 17 114
Binary 10111000 11001010 11000111 1001 0 1 10101 10101010 1111 1001100

Color Harmonies of #B8CAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CAC7

Black with #B8CAC7

Text Example


Text Example

White with #B8CAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CAC7; }

 p { color: rgb(184,202,199); }

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

background-color css

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

 a { background-color: rgb(184,202,199); }

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

border-color css

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

 span { border-color: rgb(184,202,199); }

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