Html Css Color HEX #BFCFC4 Edgewater

📋 copy color: '#BFCFC4'

red 191 ◦ green 207 ◦ blue 196

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

Shades of Edgewater #BFCFC4

Tints of Edgewater #BFCFC4

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.85%

 BLUE value IS 196 (76.95% from 255) = 33%

R = 32.15%
G = 34.85%
B = 33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#BFCFC4 (or 0xBFCFC4) is known color: Edgewater. HEX triplet: BF, CF and C4. RGB value is (191,207,196). Sum of RGB (Red+Green+Blue) = 191+207+196=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCFC4 is #40303B. Grayscale: #C8C8C8. Windows color (decimal): -4206652 or 12898239. OLE color: 12898239.

HSL color Cylindrical-coordinate representation of color #BFCFC4: hue angle of 138.75º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFCFC4 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 207 196 -
CMYK 0.08 0 0.05 0.19
HSL 138.75º 0.14% 0.78% -
HSV(B) 138.75º 0.08% 0.81% -
XYZ 53.76 59.69 60.91 -
YUV 200.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 191 207 196 0.08 0 0.05 0.19 138.75 0.14 0.78
Hex BF CF C4 8 0 5 13 8B E 4E
Octal 277 317 304 10 0 5 23 213 16 116
Binary 10111111 11001111 11000100 1000 0 101 10011 10001011 1110 1001110

Color Harmonies of #BFCFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCFC4

Black with #BFCFC4

Text Example


Text Example

White with #BFCFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCFC4; }

 p { color: rgb(191,207,196); }

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

background-color css

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

 a { background-color: rgb(191,207,196); }

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

border-color css

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

 span { border-color: rgb(191,207,196); }

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