Html Css Color HEX #B4CCC2 Jet Stream

📋 copy color: '#B4CCC2'

red 180 ◦ green 204 ◦ blue 194

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

Shades of Jet Stream #B4CCC2

Tints of Jet Stream #B4CCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.56%

R = 31.14%
G = 35.29%
B = 33.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#B4CCC2 (or 0xB4CCC2) is known color: Jet Stream. HEX triplet: B4, CC and C2. RGB value is (180,204,194). Sum of RGB (Red+Green+Blue) = 180+204+194=578 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.14% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 194 (76.17% from 255 or 33.56% from 578); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CCC2 is #4B333D. Grayscale: #C3C3C3. Windows color (decimal): -4928318 or 12766388. OLE color: 12766388.

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

Color convert

RGB 180 204 194 -
CMYK 0.12 0 0.05 0.2
HSL 155º 0.19% 0.75% -
HSV(B) 155º 0.12% 0.8% -
XYZ 50.15 56.78 59.36 -
YUV 195.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 180 204 194 0.12 0 0.05 0.2 155 0.19 0.75
Hex B4 CC C2 C 0 5 14 9B 13 4B
Octal 264 314 302 14 0 5 24 233 23 113
Binary 10110100 11001100 11000010 1100 0 101 10100 10011011 10011 1001011

Color Harmonies of #B4CCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CCC2

Black with #B4CCC2

Text Example


Text Example

White with #B4CCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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