Html Css Color HEX #BFDFC7 Edgewater

📋 copy color: '#BFDFC7'

red 191 ◦ green 223 ◦ blue 199

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

Shades of Edgewater #BFDFC7

Tints of Edgewater #BFDFC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.46%

R = 31.16%
G = 36.38%
B = 32.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#BFDFC7 (or 0xBFDFC7) is known color: Edgewater. HEX triplet: BF, DF and C7. RGB value is (191,223,199). Sum of RGB (Red+Green+Blue) = 191+223+199=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFC7 is #402038. Grayscale: #D2D2D2. Windows color (decimal): -4202553 or 13098943. OLE color: 13098943.

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

Color convert

RGB 191 223 199 -
CMYK 0.14 0 0.11 0.13
HSL 135º 0.33% 0.81% -
HSV(B) 135º 0.14% 0.87% -
XYZ 58.18 67.98 64.09 -
YUV 210.7 121.4 113.95 -
System Red Green Blue C M Y K H S L
Decimal 191 223 199 0.14 0 0.11 0.13 135 0.33 0.81
Hex BF DF C7 E 0 B D 87 21 51
Octal 277 337 307 16 0 13 15 207 41 121
Binary 10111111 11011111 11000111 1110 0 1011 1101 10000111 100001 1010001

Color Harmonies of #BFDFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDFC7

Black with #BFDFC7

Text Example


Text Example

White with #BFDFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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