Html Css Color HEX #BFDEC2 Edgewater

📋 copy color: '#BFDEC2'

red 191 ◦ green 222 ◦ blue 194

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

Shades of Edgewater #BFDEC2

Tints of Edgewater #BFDEC2

RGB

 RED value IS 191 (75% from 255) = 31.47%

 GREEN value IS 222 (87.11% from 255) = 36.57%

 BLUE value IS 194 (76.17% from 255) = 31.96%

R = 31.47%
G = 36.57%
B = 31.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#BFDEC2 (or 0xBFDEC2) is known color: Edgewater. HEX triplet: BF, DE and C2. RGB value is (191,222,194). Sum of RGB (Red+Green+Blue) = 191+222+194=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDEC2 is #40213D. Grayscale: #D1D1D1. Windows color (decimal): -4202814 or 12771007. OLE color: 12771007.

HSL color Cylindrical-coordinate representation of color #BFDEC2: hue angle of 125.81º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDEC2 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 222 194 -
CMYK 0.14 0 0.13 0.13
HSL 125.81º 0.32% 0.81% -
HSV(B) 125.81º 0.14% 0.87% -
XYZ 57.34 67.21 60.99 -
YUV 209.54 119.23 114.78 -
System Red Green Blue C M Y K H S L
Decimal 191 222 194 0.14 0 0.13 0.13 125.81 0.32 0.81
Hex BF DE C2 E 0 D D 7E 20 51
Octal 277 336 302 16 0 15 15 176 40 121
Binary 10111111 11011110 11000010 1110 0 1101 1101 1111110 100000 1010001

Color Harmonies of #BFDEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDEC2

Black with #BFDEC2

Text Example


Text Example

White with #BFDEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDEC2; }

 p { color: rgb(191,222,194); }

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

background-color css

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

 a { background-color: rgb(191,222,194); }

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

border-color css

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

 span { border-color: rgb(191,222,194); }

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