Html Css Color HEX #B2CAC1 Jet Stream

📋 copy color: '#B2CAC1'

red 178 ◦ green 202 ◦ blue 193

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

Shades of Jet Stream #B2CAC1

Tints of Jet Stream #B2CAC1

RGB

 RED value IS 178 (69.92% from 255) = 31.06%

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

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

R = 31.06%
G = 35.25%
B = 33.68%

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

#B2CAC1 (or 0xB2CAC1) is known color: Jet Stream. HEX triplet: B2, CA and C1. RGB value is (178,202,193). Sum of RGB (Red+Green+Blue) = 178+202+193=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CAC1 is #4D353E. Grayscale: #C1C1C1. Windows color (decimal): -5059903 or 12700338. OLE color: 12700338.

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

Color convert

RGB 178 202 193 -
CMYK 0.12 0 0.04 0.21
HSL 157.5º 0.18% 0.75% -
HSV(B) 157.5º 0.12% 0.79% -
XYZ 49.11 55.56 58.59 -
YUV 193.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 178 202 193 0.12 0 0.04 0.21 157.5 0.18 0.75
Hex B2 CA C1 C 0 4 15 9E 12 4B
Octal 262 312 301 14 0 4 25 236 22 113
Binary 10110010 11001010 11000001 1100 0 100 10101 10011110 10010 1001011

Color Harmonies of #B2CAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CAC1

Black with #B2CAC1

Text Example


Text Example

White with #B2CAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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