Html Css Color HEX #BFDDC4 Edgewater

📋 copy color: '#BFDDC4'

red 191 ◦ green 221 ◦ blue 196

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

Shades of Edgewater #BFDDC4

Tints of Edgewater #BFDDC4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.35%

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

R = 31.41%
G = 36.35%
B = 32.24%

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

#BFDDC4 (or 0xBFDDC4) is known color: Edgewater. HEX triplet: BF, DD and C4. RGB value is (191,221,196). Sum of RGB (Red+Green+Blue) = 191+221+196=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDC4 is #40223B. Grayscale: #D1D1D1. Windows color (decimal): -4203068 or 12901823. OLE color: 12901823.

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

Color convert

RGB 191 221 196 -
CMYK 0.14 0 0.11 0.13
HSL 130º 0.31% 0.81% -
HSV(B) 130º 0.14% 0.87% -
XYZ 57.31 66.77 62.09 -
YUV 209.18 120.56 115.03 -
System Red Green Blue C M Y K H S L
Decimal 191 221 196 0.14 0 0.11 0.13 130 0.31 0.81
Hex BF DD C4 E 0 B D 82 1F 51
Octal 277 335 304 16 0 13 15 202 37 121
Binary 10111111 11011101 11000100 1110 0 1011 1101 10000010 11111 1010001

Color Harmonies of #BFDDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDDC4

Black with #BFDDC4

Text Example


Text Example

White with #BFDDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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