Html Css Color HEX #BFD9C9 Edgewater

📋 copy color: '#BFD9C9'

red 191 ◦ green 217 ◦ blue 201

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

Shades of Edgewater #BFD9C9

Tints of Edgewater #BFD9C9

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.63%

 BLUE value IS 201 (78.91% from 255) = 33%

R = 31.36%
G = 35.63%
B = 33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#BFD9C9 (or 0xBFD9C9) is known color: Edgewater. HEX triplet: BF, D9 and C9. RGB value is (191,217,201). Sum of RGB (Red+Green+Blue) = 191+217+201=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD9C9 is #402636. Grayscale: #CFCFCF. Windows color (decimal): -4204087 or 13228479. OLE color: 13228479.

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

Color convert

RGB 191 217 201 -
CMYK 0.12 0 0.07 0.15
HSL 143.08º 0.25% 0.8% -
HSV(B) 143.08º 0.12% 0.85% -
XYZ 56.84 64.92 64.79 -
YUV 207.4 124.39 116.3 -
System Red Green Blue C M Y K H S L
Decimal 191 217 201 0.12 0 0.07 0.15 143.08 0.25 0.8
Hex BF D9 C9 C 0 7 F 8F 19 50
Octal 277 331 311 14 0 7 17 217 31 120
Binary 10111111 11011001 11001001 1100 0 111 1111 10001111 11001 1010000

Color Harmonies of #BFD9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD9C9

Black with #BFD9C9

Text Example


Text Example

White with #BFD9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD9C9; }

 p { color: rgb(191,217,201); }

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

background-color css

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

 a { background-color: rgb(191,217,201); }

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

border-color css

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

 span { border-color: rgb(191,217,201); }

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