Html Css Color HEX #BFDFC5 Edgewater

📋 copy color: '#BFDFC5'

red 191 ◦ green 223 ◦ blue 197

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

Shades of Edgewater #BFDFC5

Tints of Edgewater #BFDFC5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.5%

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

R = 31.26%
G = 36.5%
B = 32.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#BFDFC5 (or 0xBFDFC5) is known color: Edgewater. HEX triplet: BF, DF and C5. RGB value is (191,223,197). Sum of RGB (Red+Green+Blue) = 191+223+197=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFC5 is #40203A. Grayscale: #D2D2D2. Windows color (decimal): -4202555 or 12967871. OLE color: 12967871.

HSL color Cylindrical-coordinate representation of color #BFDFC5: hue angle of 131.25º degrees, saturation: 0.33, 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 #BFDFC5 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 223 197 -
CMYK 0.14 0 0.12 0.13
HSL 131.25º 0.33% 0.81% -
HSV(B) 131.25º 0.14% 0.87% -
XYZ 57.95 67.88 62.87 -
YUV 210.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 191 223 197 0.14 0 0.12 0.13 131.25 0.33 0.81
Hex BF DF C5 E 0 C D 83 21 51
Octal 277 337 305 16 0 14 15 203 41 121
Binary 10111111 11011111 11000101 1110 0 1100 1101 10000011 100001 1010001

Color Harmonies of #BFDFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDFC5

Black with #BFDFC5

Text Example


Text Example

White with #BFDFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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