Html Css Color HEX #B0CDCD Jungle Mist

📋 copy color: '#B0CDCD'

red 176 ◦ green 205 ◦ blue 205

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

Shades of Jungle Mist #B0CDCD

Tints of Jungle Mist #B0CDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.98%

R = 30.03%
G = 34.98%
B = 34.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B0CDCD (or 0xB0CDCD) is known color: Jungle Mist. HEX triplet: B0, CD and CD. RGB value is (176,205,205). Sum of RGB (Red+Green+Blue) = 176+205+205=586 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.03% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #B0CDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CDCD is #4F3232. Grayscale: #C4C4C4. Windows color (decimal): -5190195 or 13487536. OLE color: 13487536.

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

Color convert

RGB 176 205 205 -
CMYK 0.14 0 0 0.20
HSL 180º 0.22% 0.75% -
HSV(B) 180º 0.14% 0.8% -
XYZ 50.76 57.3 66.14 -
YUV 196.33 132.89 113.5 -
System Red Green Blue C M Y K H S L
Decimal 176 205 205 0.14 0 0 0.20 180 0.22 0.75
Hex B0 CD CD E 0 0 14 B4 16 4B
Octal 260 315 315 16 0 0 24 264 26 113
Binary 10110000 11001101 11001101 1110 0 0 10100 10110100 10110 1001011

Color Harmonies of #B0CDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CDCD

Black with #B0CDCD

Text Example


Text Example

White with #B0CDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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