Html Css Color HEX #BFD5C7 Edgewater

📋 copy color: '#BFD5C7'

red 191 ◦ green 213 ◦ blue 199

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

Shades of Edgewater #BFD5C7

Tints of Edgewater #BFD5C7

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.32%

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

R = 31.67%
G = 35.32%
B = 33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#BFD5C7 (or 0xBFD5C7) is known color: Edgewater. HEX triplet: BF, D5 and C7. RGB value is (191,213,199). Sum of RGB (Red+Green+Blue) = 191+213+199=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 199 (78.12% from 255 or 33.00% from 603); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD5C7 is #402A38. Grayscale: #CCCCCC. Windows color (decimal): -4205113 or 13096383. OLE color: 13096383.

HSL color Cylindrical-coordinate representation of color #BFD5C7: hue angle of 141.82º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFD5C7 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 213 199 -
CMYK 0.10 0 0.07 0.16
HSL 141.82º 0.21% 0.79% -
HSV(B) 141.82º 0.1% 0.84% -
XYZ 55.59 62.79 63.22 -
YUV 204.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 191 213 199 0.10 0 0.07 0.16 141.82 0.21 0.79
Hex BF D5 C7 A 0 7 10 8E 15 4F
Octal 277 325 307 12 0 7 20 216 25 117
Binary 10111111 11010101 11000111 1010 0 111 10000 10001110 10101 1001111

Color Harmonies of #BFD5C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD5C7

Black with #BFD5C7

Text Example


Text Example

White with #BFD5C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD5C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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