Html Css Color HEX #B3DCC6 Jet Stream

📋 copy color: '#B3DCC6'

red 179 ◦ green 220 ◦ blue 198

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

Shades of Jet Stream #B3DCC6

Tints of Jet Stream #B3DCC6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.85%

 BLUE value IS 198 (77.73% from 255) = 33.17%

R = 29.98%
G = 36.85%
B = 33.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#B3DCC6 (or 0xB3DCC6) is known color: Jet Stream. HEX triplet: B3, DC and C6. RGB value is (179,220,198). Sum of RGB (Red+Green+Blue) = 179+220+198=597 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.98% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 198 (77.73% from 255 or 33.17% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DCC6 is #4C2339. Grayscale: #CDCDCD. Windows color (decimal): -4989754 or 13032627. OLE color: 13032627.

HSL color Cylindrical-coordinate representation of color #B3DCC6: hue angle of 147.8º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3DCC6 is Cyan = 0.19, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 220 198 -
CMYK 0.19 0 0.1 0.14
HSL 147.8º 0.37% 0.78% -
HSV(B) 147.8º 0.19% 0.86% -
XYZ 54.38 64.85 63.08 -
YUV 205.23 123.92 109.29 -
System Red Green Blue C M Y K H S L
Decimal 179 220 198 0.19 0 0.1 0.14 147.8 0.37 0.78
Hex B3 DC C6 13 0 A E 94 25 4E
Octal 263 334 306 23 0 12 16 224 45 116
Binary 10110011 11011100 11000110 10011 0 1010 1110 10010100 100101 1001110

Color Harmonies of #B3DCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DCC6

Black with #B3DCC6

Text Example


Text Example

White with #B3DCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DCC6; }

 p { color: rgb(179,220,198); }

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

background-color css

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

 a { background-color: rgb(179,220,198); }

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

border-color css

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

 span { border-color: rgb(179,220,198); }

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