Html Css Color HEX #B6D7C0 Edgewater

📋 copy color: '#B6D7C0'

red 182 ◦ green 215 ◦ blue 192

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

Shades of Edgewater #B6D7C0

Tints of Edgewater #B6D7C0

RGB

 RED value IS 182 (71.48% from 255) = 30.9%

 GREEN value IS 215 (84.38% from 255) = 36.5%

 BLUE value IS 192 (75.39% from 255) = 32.6%

R = 30.9%
G = 36.5%
B = 32.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#B6D7C0 (or 0xB6D7C0) is known color: Edgewater. HEX triplet: B6, D7 and C0. RGB value is (182,215,192). Sum of RGB (Red+Green+Blue) = 182+215+192=589 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.90% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 215 - color contains mainly: green. Hex color #B6D7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D7C0 is #49283F. Grayscale: #CACACA. Windows color (decimal): -4794432 or 12638134. OLE color: 12638134.

HSL color Cylindrical-coordinate representation of color #B6D7C0: hue angle of 138.18º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6D7C0 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 215 192 -
CMYK 0.15 0 0.11 0.16
HSL 138.18º 0.29% 0.78% -
HSV(B) 138.18º 0.15% 0.84% -
XYZ 53.11 62.35 59.11 -
YUV 202.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 182 215 192 0.15 0 0.11 0.16 138.18 0.29 0.78
Hex B6 D7 C0 F 0 B 10 8A 1D 4E
Octal 266 327 300 17 0 13 20 212 35 116
Binary 10110110 11010111 11000000 1111 0 1011 10000 10001010 11101 1001110

Color Harmonies of #B6D7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D7C0

Black with #B6D7C0

Text Example


Text Example

White with #B6D7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D7C0; }

 p { color: rgb(182,215,192); }

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

background-color css

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

 a { background-color: rgb(182,215,192); }

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

border-color css

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

 span { border-color: rgb(182,215,192); }

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