Html Css Color HEX #BFD8C7 Edgewater

📋 copy color: '#BFD8C7'

red 191 ◦ green 216 ◦ blue 199

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

Shades of Edgewater #BFD8C7

Tints of Edgewater #BFD8C7

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.64%

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

R = 31.52%
G = 35.64%
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

#BFD8C7 (or 0xBFD8C7) is known color: Edgewater. HEX triplet: BF, D8 and C7. RGB value is (191,216,199). Sum of RGB (Red+Green+Blue) = 191+216+199=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD8C7 is #402738. Grayscale: #CECECE. Windows color (decimal): -4204345 or 13097151. OLE color: 13097151.

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

Color convert

RGB 191 216 199 -
CMYK 0.12 0 0.08 0.15
HSL 139.2º 0.24% 0.8% -
HSV(B) 139.2º 0.12% 0.85% -
XYZ 56.35 64.31 63.48 -
YUV 206.59 123.72 116.88 -
System Red Green Blue C M Y K H S L
Decimal 191 216 199 0.12 0 0.08 0.15 139.2 0.24 0.8
Hex BF D8 C7 C 0 8 F 8B 18 50
Octal 277 330 307 14 0 10 17 213 30 120
Binary 10111111 11011000 11000111 1100 0 1000 1111 10001011 11000 1010000

Color Harmonies of #BFD8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD8C7

Black with #BFD8C7

Text Example


Text Example

White with #BFD8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD8C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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