Html Css Color HEX #B3D9CB Jet Stream

📋 copy color: '#B3D9CB'

red 179 ◦ green 217 ◦ blue 203

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

Shades of Jet Stream #B3D9CB

Tints of Jet Stream #B3D9CB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.23%

 BLUE value IS 203 (79.69% from 255) = 33.89%

R = 29.88%
G = 36.23%
B = 33.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#B3D9CB (or 0xB3D9CB) is known color: Jet Stream. HEX triplet: B3, D9 and CB. RGB value is (179,217,203). Sum of RGB (Red+Green+Blue) = 179+217+203=599 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.88% from 599); Green value is 217 (85.16% from 255 or 36.23% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 217 - color contains mainly: green. Hex color #B3D9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D9CB is #4C2634. Grayscale: #CCCCCC. Windows color (decimal): -4990517 or 13359539. OLE color: 13359539.

HSL color Cylindrical-coordinate representation of color #B3D9CB: hue angle of 157.89º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3D9CB is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 217 203 -
CMYK 0.18 0 0.06 0.15
HSL 157.89º 0.33% 0.78% -
HSV(B) 157.89º 0.18% 0.85% -
XYZ 54.18 63.52 65.91 -
YUV 204.04 127.41 110.14 -
System Red Green Blue C M Y K H S L
Decimal 179 217 203 0.18 0 0.06 0.15 157.89 0.33 0.78
Hex B3 D9 CB 12 0 6 F 9E 21 4E
Octal 263 331 313 22 0 6 17 236 41 116
Binary 10110011 11011001 11001011 10010 0 110 1111 10011110 100001 1001110

Color Harmonies of #B3D9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D9CB

Black with #B3D9CB

Text Example


Text Example

White with #B3D9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D9CB; }

 p { color: rgb(179,217,203); }

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

background-color css

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

 a { background-color: rgb(179,217,203); }

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

border-color css

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

 span { border-color: rgb(179,217,203); }

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