Html Css Color HEX #B8D7C1 Edgewater

📋 copy color: '#B8D7C1'

red 184 ◦ green 215 ◦ blue 193

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

Shades of Edgewater #B8D7C1

Tints of Edgewater #B8D7C1

RGB

 RED value IS 184 (72.27% from 255) = 31.08%

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

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

R = 31.08%
G = 36.32%
B = 32.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#B8D7C1 (or 0xB8D7C1) is known color: Edgewater. HEX triplet: B8, D7 and C1. RGB value is (184,215,193). Sum of RGB (Red+Green+Blue) = 184+215+193=592 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.08% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D7C1 is #47283E. Grayscale: #CBCBCB. Windows color (decimal): -4663359 or 12703672. OLE color: 12703672.

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

Color convert

RGB 184 215 193 -
CMYK 0.14 0 0.10 0.16
HSL 137.42º 0.28% 0.78% -
HSV(B) 137.42º 0.14% 0.84% -
XYZ 53.69 62.64 59.71 -
YUV 203.22 122.23 114.29 -
System Red Green Blue C M Y K H S L
Decimal 184 215 193 0.14 0 0.10 0.16 137.42 0.28 0.78
Hex B8 D7 C1 E 0 A 10 89 1C 4E
Octal 270 327 301 16 0 12 20 211 34 116
Binary 10111000 11010111 11000001 1110 0 1010 10000 10001001 11100 1001110

Color Harmonies of #B8D7C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D7C1

Black with #B8D7C1

Text Example


Text Example

White with #B8D7C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D7C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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