Html Css Color HEX #BFDDC6 Edgewater

📋 copy color: '#BFDDC6'

red 191 ◦ green 221 ◦ blue 198

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

Shades of Edgewater #BFDDC6

Tints of Edgewater #BFDDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.46%

R = 31.31%
G = 36.23%
B = 32.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#BFDDC6 (or 0xBFDDC6) is known color: Edgewater. HEX triplet: BF, DD and C6. RGB value is (191,221,198). Sum of RGB (Red+Green+Blue) = 191+221+198=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 198 (77.73% from 255 or 32.46% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDC6 is #402239. Grayscale: #D1D1D1. Windows color (decimal): -4203066 or 13032895. OLE color: 13032895.

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

Color convert

RGB 191 221 198 -
CMYK 0.14 0 0.10 0.13
HSL 134º 0.31% 0.81% -
HSV(B) 134º 0.14% 0.87% -
XYZ 57.54 66.87 63.3 -
YUV 209.41 121.56 114.87 -
System Red Green Blue C M Y K H S L
Decimal 191 221 198 0.14 0 0.10 0.13 134 0.31 0.81
Hex BF DD C6 E 0 A D 86 1F 51
Octal 277 335 306 16 0 12 15 206 37 121
Binary 10111111 11011101 11000110 1110 0 1010 1101 10000110 11111 1010001

Color Harmonies of #BFDDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDDC6

Black with #BFDDC6

Text Example


Text Example

White with #BFDDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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