Html Css Color HEX #BFDAC3 Edgewater

📋 copy color: '#BFDAC3'

red 191 ◦ green 218 ◦ blue 195

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

Shades of Edgewater #BFDAC3

Tints of Edgewater #BFDAC3

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.09%

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

R = 31.62%
G = 36.09%
B = 32.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#BFDAC3 (or 0xBFDAC3) is known color: Edgewater. HEX triplet: BF, DA and C3. RGB value is (191,218,195). Sum of RGB (Red+Green+Blue) = 191+218+195=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 195 (76.56% from 255 or 32.28% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDAC3 is #40253C. Grayscale: #CFCFCF. Windows color (decimal): -4203837 or 12835519. OLE color: 12835519.

HSL color Cylindrical-coordinate representation of color #BFDAC3: hue angle of 128.89º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFDAC3 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 218 195 -
CMYK 0.12 0 0.11 0.15
HSL 128.89º 0.27% 0.8% -
HSV(B) 128.89º 0.12% 0.85% -
XYZ 56.41 65.16 61.23 -
YUV 207.31 121.05 116.37 -
System Red Green Blue C M Y K H S L
Decimal 191 218 195 0.12 0 0.11 0.15 128.89 0.27 0.8
Hex BF DA C3 C 0 B F 81 1B 50
Octal 277 332 303 14 0 13 17 201 33 120
Binary 10111111 11011010 11000011 1100 0 1011 1111 10000001 11011 1010000

Color Harmonies of #BFDAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDAC3

Black with #BFDAC3

Text Example


Text Example

White with #BFDAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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