Html Css Color HEX #BFE3C3 Edgewater

📋 copy color: '#BFE3C3'

red 191 ◦ green 227 ◦ blue 195

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

Shades of Edgewater #BFE3C3

Tints of Edgewater #BFE3C3

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.03%

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

R = 31.16%
G = 37.03%
B = 31.81%

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

#BFE3C3 (or 0xBFE3C3) is known color: Edgewater. HEX triplet: BF, E3 and C3. RGB value is (191,227,195). Sum of RGB (Red+Green+Blue) = 191+227+195=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 227 (89.06% from 255 or 37.03% from 613); Blue value is 195 (76.56% from 255 or 31.81% from 613); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3C3 is #401C3C. Grayscale: #D4D4D4. Windows color (decimal): -4201533 or 12837823. OLE color: 12837823.

HSL color Cylindrical-coordinate representation of color #BFE3C3: hue angle of 126.67º degrees, saturation: 0.39, 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 #BFE3C3 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 227 195 -
CMYK 0.16 0 0.14 0.11
HSL 126.67º 0.39% 0.82% -
HSV(B) 126.67º 0.16% 0.89% -
XYZ 58.81 69.95 62.03 -
YUV 212.59 118.07 112.6 -
System Red Green Blue C M Y K H S L
Decimal 191 227 195 0.16 0 0.14 0.11 126.67 0.39 0.82
Hex BF E3 C3 10 0 E B 7F 27 52
Octal 277 343 303 20 0 16 13 177 47 122
Binary 10111111 11100011 11000011 10000 0 1110 1011 1111111 100111 1010010

Color Harmonies of #BFE3C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE3C3

Black with #BFE3C3

Text Example


Text Example

White with #BFE3C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE3C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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