Html Css Color HEX #BFE2C5 Edgewater

📋 copy color: '#BFE2C5'

red 191 ◦ green 226 ◦ blue 197

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

Shades of Edgewater #BFE2C5

Tints of Edgewater #BFE2C5

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.81%

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

R = 31.11%
G = 36.81%
B = 32.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#BFE2C5 (or 0xBFE2C5) is known color: Edgewater. HEX triplet: BF, E2 and C5. RGB value is (191,226,197). Sum of RGB (Red+Green+Blue) = 191+226+197=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 197 (77.34% from 255 or 32.08% from 614); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE2C5 is #401D3A. Grayscale: #D4D4D4. Windows color (decimal): -4201787 or 12968639. OLE color: 12968639.

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

Color convert

RGB 191 226 197 -
CMYK 0.15 0 0.13 0.11
HSL 130.29º 0.38% 0.82% -
HSV(B) 130.29º 0.15% 0.89% -
XYZ 58.76 69.5 63.14 -
YUV 212.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 191 226 197 0.15 0 0.13 0.11 130.29 0.38 0.82
Hex BF E2 C5 F 0 D B 82 26 52
Octal 277 342 305 17 0 15 13 202 46 122
Binary 10111111 11100010 11000101 1111 0 1101 1011 10000010 100110 1010010

Color Harmonies of #BFE2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE2C5

Black with #BFE2C5

Text Example


Text Example

White with #BFE2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE2C5; }

 p { color: rgb(191,226,197); }

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

background-color css

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

 a { background-color: rgb(191,226,197); }

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

border-color css

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

 span { border-color: rgb(191,226,197); }

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