Html Css Color HEX #B7CECD Jungle Mist

📋 copy color: '#B7CECD'

red 183 ◦ green 206 ◦ blue 205

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

Shades of Jungle Mist #B7CECD

Tints of Jungle Mist #B7CECD

RGB

 RED value IS 183 (71.88% from 255) = 30.81%

 GREEN value IS 206 (80.86% from 255) = 34.68%

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

R = 30.81%
G = 34.68%
B = 34.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#B7CECD (or 0xB7CECD) is known color: Jungle Mist. HEX triplet: B7, CE and CD. RGB value is (183,206,205). Sum of RGB (Red+Green+Blue) = 183+206+205=594 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.81% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CECD is #483132. Grayscale: #C6C6C6. Windows color (decimal): -4731187 or 13487799. OLE color: 13487799.

HSL color Cylindrical-coordinate representation of color #B7CECD: hue angle of 177.39º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7CECD is Cyan = 0.11, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 206 205 -
CMYK 0.11 0 0.00 0.19
HSL 177.39º 0.19% 0.76% -
HSV(B) 177.39º 0.11% 0.81% -
XYZ 52.62 58.62 66.3 -
YUV 199.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 183 206 205 0.11 0 0.00 0.19 177.39 0.19 0.76
Hex B7 CE CD B 0 0 13 B1 13 4C
Octal 267 316 315 13 0 0 23 261 23 114
Binary 10110111 11001110 11001101 1011 0 0 10011 10110001 10011 1001100

Color Harmonies of #B7CECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CECD

Black with #B7CECD

Text Example


Text Example

White with #B7CECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CECD; }

 p { color: rgb(183,206,205); }

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

background-color css

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

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

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

border-color css

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

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

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