Html Css Color HEX #BFD8C6 Edgewater

📋 copy color: '#BFD8C6'

red 191 ◦ green 216 ◦ blue 198

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

Shades of Edgewater #BFD8C6

Tints of Edgewater #BFD8C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.73%

R = 31.57%
G = 35.7%
B = 32.73%

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

#BFD8C6 (or 0xBFD8C6) is known color: Edgewater. HEX triplet: BF, D8 and C6. RGB value is (191,216,198). Sum of RGB (Red+Green+Blue) = 191+216+198=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 198 (77.73% from 255 or 32.73% from 605); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD8C6 is #402739. Grayscale: #CECECE. Windows color (decimal): -4204346 or 13031615. OLE color: 13031615.

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

Color convert

RGB 191 216 198 -
CMYK 0.12 0 0.08 0.15
HSL 136.8º 0.24% 0.8% -
HSV(B) 136.8º 0.12% 0.85% -
XYZ 56.23 64.27 62.87 -
YUV 206.47 123.22 116.96 -
System Red Green Blue C M Y K H S L
Decimal 191 216 198 0.12 0 0.08 0.15 136.8 0.24 0.8
Hex BF D8 C6 C 0 8 F 89 18 50
Octal 277 330 306 14 0 10 17 211 30 120
Binary 10111111 11011000 11000110 1100 0 1000 1111 10001001 11000 1010000

Color Harmonies of #BFD8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD8C6

Black with #BFD8C6

Text Example


Text Example

White with #BFD8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD8C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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