Html Css Color HEX #B3CCC5 Jet Stream

📋 copy color: '#B3CCC5'

red 179 ◦ green 204 ◦ blue 197

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

Shades of Jet Stream #B3CCC5

Tints of Jet Stream #B3CCC5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.17%

 BLUE value IS 197 (77.34% from 255) = 33.97%

R = 30.86%
G = 35.17%
B = 33.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#B3CCC5 (or 0xB3CCC5) is known color: Jet Stream. HEX triplet: B3, CC and C5. RGB value is (179,204,197). Sum of RGB (Red+Green+Blue) = 179+204+197=580 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.86% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CCC5 is #4C333A. Grayscale: #C3C3C3. Windows color (decimal): -4993851 or 12962995. OLE color: 12962995.

HSL color Cylindrical-coordinate representation of color #B3CCC5: hue angle of 163.2º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3CCC5 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 204 197 -
CMYK 0.12 0 0.03 0.2
HSL 163.2º 0.2% 0.75% -
HSV(B) 163.2º 0.12% 0.8% -
XYZ 50.26 56.8 61.14 -
YUV 195.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 179 204 197 0.12 0 0.03 0.2 163.2 0.2 0.75
Hex B3 CC C5 C 0 3 14 A3 14 4B
Octal 263 314 305 14 0 3 24 243 24 113
Binary 10110011 11001100 11000101 1100 0 11 10100 10100011 10100 1001011

Color Harmonies of #B3CCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CCC5

Black with #B3CCC5

Text Example


Text Example

White with #B3CCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CCC5; }

 p { color: rgb(179,204,197); }

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

background-color css

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

 a { background-color: rgb(179,204,197); }

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

border-color css

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

 span { border-color: rgb(179,204,197); }

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