Html Css Color HEX #BFDDC8 Edgewater

📋 copy color: '#BFDDC8'

red 191 ◦ green 221 ◦ blue 200

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

Shades of Edgewater #BFDDC8

Tints of Edgewater #BFDDC8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.11%

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

R = 31.21%
G = 36.11%
B = 32.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#BFDDC8 (or 0xBFDDC8) is known color: Edgewater. HEX triplet: BF, DD and C8. RGB value is (191,221,200). Sum of RGB (Red+Green+Blue) = 191+221+200=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDC8 is #402237. Grayscale: #D1D1D1. Windows color (decimal): -4203064 or 13163967. OLE color: 13163967.

HSL color Cylindrical-coordinate representation of color #BFDDC8: hue angle of 138º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDDC8 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 221 200 -
CMYK 0.14 0 0.10 0.13
HSL 138º 0.31% 0.81% -
HSV(B) 138º 0.14% 0.87% -
XYZ 57.77 66.96 64.52 -
YUV 209.64 122.56 114.71 -
System Red Green Blue C M Y K H S L
Decimal 191 221 200 0.14 0 0.10 0.13 138 0.31 0.81
Hex BF DD C8 E 0 A D 8A 1F 51
Octal 277 335 310 16 0 12 15 212 37 121
Binary 10111111 11011101 11001000 1110 0 1010 1101 10001010 11111 1010001

Color Harmonies of #BFDDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDDC8

Black with #BFDDC8

Text Example


Text Example

White with #BFDDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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