Html Css Color HEX #B6D9C3 Edgewater

📋 copy color: '#B6D9C3'

red 182 ◦ green 217 ◦ blue 195

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

Shades of Edgewater #B6D9C3

Tints of Edgewater #B6D9C3

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.53%

 BLUE value IS 195 (76.56% from 255) = 32.83%

R = 30.64%
G = 36.53%
B = 32.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#B6D9C3 (or 0xB6D9C3) is known color: Edgewater. HEX triplet: B6, D9 and C3. RGB value is (182,217,195). Sum of RGB (Red+Green+Blue) = 182+217+195=594 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.64% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 195 (76.56% from 255 or 32.83% from 594); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D9C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D9C3 is #49263C. Grayscale: #CCCCCC. Windows color (decimal): -4793917 or 12835254. OLE color: 12835254.

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

Color convert

RGB 182 217 195 -
CMYK 0.16 0 0.10 0.15
HSL 142.29º 0.32% 0.78% -
HSV(B) 142.29º 0.16% 0.85% -
XYZ 53.95 63.51 61.04 -
YUV 204.03 122.9 112.29 -
System Red Green Blue C M Y K H S L
Decimal 182 217 195 0.16 0 0.10 0.15 142.29 0.32 0.78
Hex B6 D9 C3 10 0 A F 8E 20 4E
Octal 266 331 303 20 0 12 17 216 40 116
Binary 10110110 11011001 11000011 10000 0 1010 1111 10001110 100000 1001110

Color Harmonies of #B6D9C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D9C3

Black with #B6D9C3

Text Example


Text Example

White with #B6D9C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D9C3; }

 p { color: rgb(182,217,195); }

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

background-color css

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

 a { background-color: rgb(182,217,195); }

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

border-color css

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

 span { border-color: rgb(182,217,195); }

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