Html Css Color HEX #B4CCC4 Jet Stream

📋 copy color: '#B4CCC4'

red 180 ◦ green 204 ◦ blue 196

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

Shades of Jet Stream #B4CCC4

Tints of Jet Stream #B4CCC4

RGB

 RED value IS 180 (70.7% from 255) = 31.03%

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

 BLUE value IS 196 (76.95% from 255) = 33.79%

R = 31.03%
G = 35.17%
B = 33.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#B4CCC4 (or 0xB4CCC4) is known color: Jet Stream. HEX triplet: B4, CC and C4. RGB value is (180,204,196). Sum of RGB (Red+Green+Blue) = 180+204+196=580 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.03% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 196 (76.95% from 255 or 33.79% from 580); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CCC4 is #4B333B. Grayscale: #C3C3C3. Windows color (decimal): -4928316 or 12897460. OLE color: 12897460.

HSL color Cylindrical-coordinate representation of color #B4CCC4: hue angle of 160º degrees, saturation: 0.19, 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 #B4CCC4 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 204 196 -
CMYK 0.12 0 0.04 0.2
HSL 160º 0.19% 0.75% -
HSV(B) 160º 0.12% 0.8% -
XYZ 50.38 56.87 60.55 -
YUV 195.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 180 204 196 0.12 0 0.04 0.2 160 0.19 0.75
Hex B4 CC C4 C 0 4 14 A0 13 4B
Octal 264 314 304 14 0 4 24 240 23 113
Binary 10110100 11001100 11000100 1100 0 100 10100 10100000 10011 1001011

Color Harmonies of #B4CCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CCC4

Black with #B4CCC4

Text Example


Text Example

White with #B4CCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CCC4; }

 p { color: rgb(180,204,196); }

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

background-color css

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

 a { background-color: rgb(180,204,196); }

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

border-color css

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

 span { border-color: rgb(180,204,196); }

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