Html Css Color HEX #B0CDC1 Jet Stream

📋 copy color: '#B0CDC1'

red 176 ◦ green 205 ◦ blue 193

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

Shades of Jet Stream #B0CDC1

Tints of Jet Stream #B0CDC1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.71%

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

R = 30.66%
G = 35.71%
B = 33.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#B0CDC1 (or 0xB0CDC1) is known color: Jet Stream. HEX triplet: B0, CD and C1. RGB value is (176,205,193). Sum of RGB (Red+Green+Blue) = 176+205+193=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 193 (75.78% from 255 or 33.62% from 574); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CDC1 is #4F323E. Grayscale: #C2C2C2. Windows color (decimal): -5190207 or 12701104. OLE color: 12701104.

HSL color Cylindrical-coordinate representation of color #B0CDC1: hue angle of 155.17º 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 #B0CDC1 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 205 193 -
CMYK 0.14 0 0.06 0.20
HSL 155.17º 0.22% 0.75% -
HSV(B) 155.17º 0.14% 0.8% -
XYZ 49.36 56.74 58.8 -
YUV 194.96 126.89 114.48 -
System Red Green Blue C M Y K H S L
Decimal 176 205 193 0.14 0 0.06 0.20 155.17 0.22 0.75
Hex B0 CD C1 E 0 6 14 9B 16 4B
Octal 260 315 301 16 0 6 24 233 26 113
Binary 10110000 11001101 11000001 1110 0 110 10100 10011011 10110 1001011

Color Harmonies of #B0CDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CDC1

Black with #B0CDC1

Text Example


Text Example

White with #B0CDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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