Html Css Color HEX #BFDAC8 Edgewater

📋 copy color: '#BFDAC8'

red 191 ◦ green 218 ◦ blue 200

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

Shades of Edgewater #BFDAC8

Tints of Edgewater #BFDAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.84%

R = 31.36%
G = 35.8%
B = 32.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#BFDAC8 (or 0xBFDAC8) is known color: Edgewater. HEX triplet: BF, DA and C8. RGB value is (191,218,200). Sum of RGB (Red+Green+Blue) = 191+218+200=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 200 (78.52% from 255 or 32.84% from 609); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDAC8 is #402537. Grayscale: #CFCFCF. Windows color (decimal): -4203832 or 13163199. OLE color: 13163199.

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

Color convert

RGB 191 218 200 -
CMYK 0.12 0 0.08 0.15
HSL 140º 0.27% 0.8% -
HSV(B) 140º 0.12% 0.85% -
XYZ 56.98 65.39 64.26 -
YUV 207.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 191 218 200 0.12 0 0.08 0.15 140 0.27 0.8
Hex BF DA C8 C 0 8 F 8C 1B 50
Octal 277 332 310 14 0 10 17 214 33 120
Binary 10111111 11011010 11001000 1100 0 1000 1111 10001100 11011 1010000

Color Harmonies of #BFDAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDAC8

Black with #BFDAC8

Text Example


Text Example

White with #BFDAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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