Html Css Color HEX #BFDDC3 Edgewater

📋 copy color: '#BFDDC3'

red 191 ◦ green 221 ◦ blue 195

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

Shades of Edgewater #BFDDC3

Tints of Edgewater #BFDDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.13%

R = 31.47%
G = 36.41%
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

#BFDDC3 (or 0xBFDDC3) is known color: Edgewater. HEX triplet: BF, DD and C3. RGB value is (191,221,195). Sum of RGB (Red+Green+Blue) = 191+221+195=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDC3 is #40223C. Grayscale: #D1D1D1. Windows color (decimal): -4203069 or 12836287. OLE color: 12836287.

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

Color convert

RGB 191 221 195 -
CMYK 0.14 0 0.12 0.13
HSL 128º 0.31% 0.81% -
HSV(B) 128º 0.14% 0.87% -
XYZ 57.19 66.73 61.5 -
YUV 209.07 120.06 115.11 -
System Red Green Blue C M Y K H S L
Decimal 191 221 195 0.14 0 0.12 0.13 128 0.31 0.81
Hex BF DD C3 E 0 C D 80 1F 51
Octal 277 335 303 16 0 14 15 200 37 121
Binary 10111111 11011101 11000011 1110 0 1100 1101 10000000 11111 1010001

Color Harmonies of #BFDDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDDC3

Black with #BFDDC3

Text Example


Text Example

White with #BFDDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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