Html Css Color HEX #B3C8C1 Jet Stream

📋 copy color: '#B3C8C1'

red 179 ◦ green 200 ◦ blue 193

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

Shades of Jet Stream #B3C8C1

Tints of Jet Stream #B3C8C1

RGB

 RED value IS 179 (70.31% from 255) = 31.29%

 GREEN value IS 200 (78.52% from 255) = 34.97%

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

R = 31.29%
G = 34.97%
B = 33.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#B3C8C1 (or 0xB3C8C1) is known color: Jet Stream. HEX triplet: B3, C8 and C1. RGB value is (179,200,193). Sum of RGB (Red+Green+Blue) = 179+200+193=572 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.29% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 193 (75.78% from 255 or 33.74% from 572); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C8C1 is #4C373E. Grayscale: #C0C0C0. Windows color (decimal): -4994879 or 12699827. OLE color: 12699827.

HSL color Cylindrical-coordinate representation of color #B3C8C1: hue angle of 160º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3C8C1 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 200 193 -
CMYK 0.10 0 0.04 0.22
HSL 160º 0.16% 0.74% -
HSV(B) 160º 0.11% 0.78% -
XYZ 48.87 54.74 58.44 -
YUV 192.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 179 200 193 0.10 0 0.04 0.22 160 0.16 0.74
Hex B3 C8 C1 A 0 4 16 A0 10 4A
Octal 263 310 301 12 0 4 26 240 20 112
Binary 10110011 11001000 11000001 1010 0 100 10110 10100000 10000 1001010

Color Harmonies of #B3C8C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C8C1

Black with #B3C8C1

Text Example


Text Example

White with #B3C8C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C8C1; }

 p { color: rgb(179,200,193); }

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

background-color css

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

 a { background-color: rgb(179,200,193); }

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

border-color css

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

 span { border-color: rgb(179,200,193); }

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