Html Css Color HEX #BFDAC7 Edgewater

📋 copy color: '#BFDAC7'

red 191 ◦ green 218 ◦ blue 199

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

Shades of Edgewater #BFDAC7

Tints of Edgewater #BFDAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.73%

R = 31.41%
G = 35.86%
B = 32.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#BFDAC7 (or 0xBFDAC7) is known color: Edgewater. HEX triplet: BF, DA and C7. RGB value is (191,218,199). Sum of RGB (Red+Green+Blue) = 191+218+199=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDAC7 is #402538. Grayscale: #CFCFCF. Windows color (decimal): -4203833 or 13097663. OLE color: 13097663.

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

Color convert

RGB 191 218 199 -
CMYK 0.12 0 0.09 0.15
HSL 137.78º 0.27% 0.8% -
HSV(B) 137.78º 0.12% 0.85% -
XYZ 56.87 65.34 63.65 -
YUV 207.76 123.05 116.04 -
System Red Green Blue C M Y K H S L
Decimal 191 218 199 0.12 0 0.09 0.15 137.78 0.27 0.8
Hex BF DA C7 C 0 9 F 8A 1B 50
Octal 277 332 307 14 0 11 17 212 33 120
Binary 10111111 11011010 11000111 1100 0 1001 1111 10001010 11011 1010000

Color Harmonies of #BFDAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDAC7

Black with #BFDAC7

Text Example


Text Example

White with #BFDAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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