Html Css Color HEX #B7DFC5 Edgewater

📋 copy color: '#B7DFC5'

red 183 ◦ green 223 ◦ blue 197

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

Shades of Edgewater #B7DFC5

Tints of Edgewater #B7DFC5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.98%

 BLUE value IS 197 (77.34% from 255) = 32.67%

R = 30.35%
G = 36.98%
B = 32.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#B7DFC5 (or 0xB7DFC5) is known color: Edgewater. HEX triplet: B7, DF and C5. RGB value is (183,223,197). Sum of RGB (Red+Green+Blue) = 183+223+197=603 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.35% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DFC5 is #48203A. Grayscale: #D0D0D0. Windows color (decimal): -4726843 or 12967863. OLE color: 12967863.

HSL color Cylindrical-coordinate representation of color #B7DFC5: hue angle of 141º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7DFC5 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 223 197 -
CMYK 0.18 0 0.12 0.13
HSL 141º 0.38% 0.8% -
HSV(B) 141º 0.18% 0.87% -
XYZ 55.99 66.87 62.78 -
YUV 208.08 121.75 110.11 -
System Red Green Blue C M Y K H S L
Decimal 183 223 197 0.18 0 0.12 0.13 141 0.38 0.8
Hex B7 DF C5 12 0 C D 8D 26 50
Octal 267 337 305 22 0 14 15 215 46 120
Binary 10110111 11011111 11000101 10010 0 1100 1101 10001101 100110 1010000

Color Harmonies of #B7DFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DFC5

Black with #B7DFC5

Text Example


Text Example

White with #B7DFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DFC5; }

 p { color: rgb(183,223,197); }

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

background-color css

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

 a { background-color: rgb(183,223,197); }

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

border-color css

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

 span { border-color: rgb(183,223,197); }

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