Html Css Color HEX #B0DCC9 Jet Stream

📋 copy color: '#B0DCC9'

red 176 ◦ green 220 ◦ blue 201

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

Shades of Jet Stream #B0DCC9

Tints of Jet Stream #B0DCC9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.85%

 BLUE value IS 201 (78.91% from 255) = 33.67%

R = 29.48%
G = 36.85%
B = 33.67%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#B0DCC9 (or 0xB0DCC9) is known color: Jet Stream. HEX triplet: B0, DC and C9. RGB value is (176,220,201). Sum of RGB (Red+Green+Blue) = 176+220+201=597 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.48% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCC9 is #4F2336. Grayscale: #CCCCCC. Windows color (decimal): -5186359 or 13229232. OLE color: 13229232.

HSL color Cylindrical-coordinate representation of color #B0DCC9: hue angle of 154.09º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DCC9 is Cyan = 0.2, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 220 201 -
CMYK 0.2 0 0.09 0.14
HSL 154.09º 0.39% 0.78% -
HSV(B) 154.09º 0.2% 0.86% -
XYZ 54.04 64.63 64.89 -
YUV 204.68 125.92 107.54 -
System Red Green Blue C M Y K H S L
Decimal 176 220 201 0.2 0 0.09 0.14 154.09 0.39 0.78
Hex B0 DC C9 14 0 9 E 9A 27 4E
Octal 260 334 311 24 0 11 16 232 47 116
Binary 10110000 11011100 11001001 10100 0 1001 1110 10011010 100111 1001110

Color Harmonies of #B0DCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DCC9

Black with #B0DCC9

Text Example


Text Example

White with #B0DCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DCC9; }

 p { color: rgb(176,220,201); }

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

background-color css

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

 a { background-color: rgb(176,220,201); }

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

border-color css

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

 span { border-color: rgb(176,220,201); }

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