Html Css Color HEX #B7D7C1 Edgewater

📋 copy color: '#B7D7C1'

red 183 ◦ green 215 ◦ blue 193

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

Shades of Edgewater #B7D7C1

Tints of Edgewater #B7D7C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.66%

R = 30.96%
G = 36.38%
B = 32.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#B7D7C1 (or 0xB7D7C1) is known color: Edgewater. HEX triplet: B7, D7 and C1. RGB value is (183,215,193). Sum of RGB (Red+Green+Blue) = 183+215+193=591 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.96% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D7C1 is #48283E. Grayscale: #CACACA. Windows color (decimal): -4728895 or 12703671. OLE color: 12703671.

HSL color Cylindrical-coordinate representation of color #B7D7C1: hue angle of 138.75º 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 #B7D7C1 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 215 193 -
CMYK 0.15 0 0.10 0.16
HSL 138.75º 0.29% 0.78% -
HSV(B) 138.75º 0.15% 0.84% -
XYZ 53.45 62.52 59.7 -
YUV 202.92 122.4 113.79 -
System Red Green Blue C M Y K H S L
Decimal 183 215 193 0.15 0 0.10 0.16 138.75 0.29 0.78
Hex B7 D7 C1 F 0 A 10 8B 1D 4E
Octal 267 327 301 17 0 12 20 213 35 116
Binary 10110111 11010111 11000001 1111 0 1010 10000 10001011 11101 1001110

Color Harmonies of #B7D7C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D7C1

Black with #B7D7C1

Text Example


Text Example

White with #B7D7C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D7C1; }

 p { color: rgb(183,215,193); }

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

background-color css

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

 a { background-color: rgb(183,215,193); }

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

border-color css

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

 span { border-color: rgb(183,215,193); }

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