Html Css Color HEX #BFDFC4 Edgewater

📋 copy color: '#BFDFC4'

red 191 ◦ green 223 ◦ blue 196

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

Shades of Edgewater #BFDFC4

Tints of Edgewater #BFDFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.13%

R = 31.31%
G = 36.56%
B = 32.13%

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

#BFDFC4 (or 0xBFDFC4) is known color: Edgewater. HEX triplet: BF, DF and C4. RGB value is (191,223,196). Sum of RGB (Red+Green+Blue) = 191+223+196=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFC4 is #40203B. Grayscale: #D2D2D2. Windows color (decimal): -4202556 or 12902335. OLE color: 12902335.

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

Color convert

RGB 191 223 196 -
CMYK 0.14 0 0.12 0.13
HSL 129.38º 0.33% 0.81% -
HSV(B) 129.38º 0.14% 0.87% -
XYZ 57.84 67.84 62.27 -
YUV 210.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 191 223 196 0.14 0 0.12 0.13 129.38 0.33 0.81
Hex BF DF C4 E 0 C D 81 21 51
Octal 277 337 304 16 0 14 15 201 41 121
Binary 10111111 11011111 11000100 1110 0 1100 1101 10000001 100001 1010001

Color Harmonies of #BFDFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDFC4

Black with #BFDFC4

Text Example


Text Example

White with #BFDFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDFC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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