Html Css Color HEX #BFE4C3 Edgewater

📋 copy color: '#BFE4C3'

red 191 ◦ green 228 ◦ blue 195

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

Shades of Edgewater #BFE4C3

Tints of Edgewater #BFE4C3

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.13%

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

R = 31.11%
G = 37.13%
B = 31.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#BFE4C3 (or 0xBFE4C3) is known color: Edgewater. HEX triplet: BF, E4 and C3. RGB value is (191,228,195). Sum of RGB (Red+Green+Blue) = 191+228+195=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 195 (76.56% from 255 or 31.76% from 614); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE4C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE4C3 is #401B3C. Grayscale: #D5D5D5. Windows color (decimal): -4201277 or 12838079. OLE color: 12838079.

HSL color Cylindrical-coordinate representation of color #BFE4C3: hue angle of 126.49º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE4C3 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 228 195 -
CMYK 0.16 0 0.14 0.11
HSL 126.49º 0.41% 0.82% -
HSV(B) 126.49º 0.16% 0.89% -
XYZ 59.08 70.5 62.12 -
YUV 213.18 117.74 112.18 -
System Red Green Blue C M Y K H S L
Decimal 191 228 195 0.16 0 0.14 0.11 126.49 0.41 0.82
Hex BF E4 C3 10 0 E B 7E 29 52
Octal 277 344 303 20 0 16 13 176 51 122
Binary 10111111 11100100 11000011 10000 0 1110 1011 1111110 101001 1010010

Color Harmonies of #BFE4C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE4C3

Black with #BFE4C3

Text Example


Text Example

White with #BFE4C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE4C3; }

 p { color: rgb(191,228,195); }

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

background-color css

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

 a { background-color: rgb(191,228,195); }

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

border-color css

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

 span { border-color: rgb(191,228,195); }

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