Html Css Color HEX #B0CCC1 Jet Stream

📋 copy color: '#B0CCC1'

red 176 ◦ green 204 ◦ blue 193

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

Shades of Jet Stream #B0CCC1

Tints of Jet Stream #B0CCC1

RGB

 RED value IS 176 (69.14% from 255) = 30.72%

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

 BLUE value IS 193 (75.78% from 255) = 33.68%

R = 30.72%
G = 35.6%
B = 33.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#B0CCC1 (or 0xB0CCC1) is known color: Jet Stream. HEX triplet: B0, CC and C1. RGB value is (176,204,193). Sum of RGB (Red+Green+Blue) = 176+204+193=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CCC1 is #4F333E. Grayscale: #C2C2C2. Windows color (decimal): -5190463 or 12700848. OLE color: 12700848.

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

Color convert

RGB 176 204 193 -
CMYK 0.14 0 0.05 0.2
HSL 156.43º 0.22% 0.75% -
HSV(B) 156.43º 0.14% 0.8% -
XYZ 49.12 56.27 58.72 -
YUV 194.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 176 204 193 0.14 0 0.05 0.2 156.43 0.22 0.75
Hex B0 CC C1 E 0 5 14 9C 16 4B
Octal 260 314 301 16 0 5 24 234 26 113
Binary 10110000 11001100 11000001 1110 0 101 10100 10011100 10110 1001011

Color Harmonies of #B0CCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CCC1

Black with #B0CCC1

Text Example


Text Example

White with #B0CCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CCC1; }

 p { color: rgb(176,204,193); }

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

background-color css

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

 a { background-color: rgb(176,204,193); }

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

border-color css

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

 span { border-color: rgb(176,204,193); }

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