Html Css Color HEX #B1CAC1 Jet Stream

📋 copy color: '#B1CAC1'

red 177 ◦ green 202 ◦ blue 193

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

Shades of Jet Stream #B1CAC1

Tints of Jet Stream #B1CAC1

RGB

 RED value IS 177 (69.53% from 255) = 30.94%

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

 BLUE value IS 193 (75.78% from 255) = 33.74%

R = 30.94%
G = 35.31%
B = 33.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#B1CAC1 (or 0xB1CAC1) is known color: Jet Stream. HEX triplet: B1, CA and C1. RGB value is (177,202,193). Sum of RGB (Red+Green+Blue) = 177+202+193=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 193 (75.78% from 255 or 33.74% from 572); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CAC1 is #4E353E. Grayscale: #C1C1C1. Windows color (decimal): -5125439 or 12700337. OLE color: 12700337.

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

Color convert

RGB 177 202 193 -
CMYK 0.12 0 0.04 0.21
HSL 158.4º 0.19% 0.74% -
HSV(B) 158.4º 0.12% 0.79% -
XYZ 48.88 55.44 58.58 -
YUV 193.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 177 202 193 0.12 0 0.04 0.21 158.4 0.19 0.74
Hex B1 CA C1 C 0 4 15 9E 13 4A
Octal 261 312 301 14 0 4 25 236 23 112
Binary 10110001 11001010 11000001 1100 0 100 10101 10011110 10011 1001010

Color Harmonies of #B1CAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CAC1

Black with #B1CAC1

Text Example


Text Example

White with #B1CAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CAC1; }

 p { color: rgb(177,202,193); }

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

background-color css

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

 a { background-color: rgb(177,202,193); }

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

border-color css

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

 span { border-color: rgb(177,202,193); }

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