Html Css Color HEX #B8CAC4 Jet Stream

📋 copy color: '#B8CAC4'

red 184 ◦ green 202 ◦ blue 196

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

Shades of Jet Stream #B8CAC4

Tints of Jet Stream #B8CAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.68%

R = 31.62%
G = 34.71%
B = 33.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#B8CAC4 (or 0xB8CAC4) is known color: Jet Stream. HEX triplet: B8, CA and C4. RGB value is (184,202,196). Sum of RGB (Red+Green+Blue) = 184+202+196=582 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.62% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CAC4 is #47353B. Grayscale: #C3C3C3. Windows color (decimal): -4666684 or 12896952. OLE color: 12896952.

HSL color Cylindrical-coordinate representation of color #B8CAC4: hue angle of 160º 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 #B8CAC4 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 202 196 -
CMYK 0.09 0 0.03 0.21
HSL 160º 0.15% 0.76% -
HSV(B) 160º 0.09% 0.79% -
XYZ 50.85 56.42 60.43 -
YUV 195.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 184 202 196 0.09 0 0.03 0.21 160 0.15 0.76
Hex B8 CA C4 9 0 3 15 A0 F 4C
Octal 270 312 304 11 0 3 25 240 17 114
Binary 10111000 11001010 11000100 1001 0 11 10101 10100000 1111 1001100

Color Harmonies of #B8CAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CAC4

Black with #B8CAC4

Text Example


Text Example

White with #B8CAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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