Html Css Color HEX #BFE1C4 Edgewater

📋 copy color: '#BFE1C4'

red 191 ◦ green 225 ◦ blue 196

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

Shades of Edgewater #BFE1C4

Tints of Edgewater #BFE1C4

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.76%

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

R = 31.21%
G = 36.76%
B = 32.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#BFE1C4 (or 0xBFE1C4) is known color: Edgewater. HEX triplet: BF, E1 and C4. RGB value is (191,225,196). Sum of RGB (Red+Green+Blue) = 191+225+196=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE1C4 is #401E3B. Grayscale: #D3D3D3. Windows color (decimal): -4202044 or 12902847. OLE color: 12902847.

HSL color Cylindrical-coordinate representation of color #BFE1C4: hue angle of 128.82º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFE1C4 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 225 196 -
CMYK 0.15 0 0.13 0.12
HSL 128.82º 0.36% 0.82% -
HSV(B) 128.82º 0.15% 0.88% -
XYZ 58.37 68.91 62.45 -
YUV 211.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 191 225 196 0.15 0 0.13 0.12 128.82 0.36 0.82
Hex BF E1 C4 F 0 D C 81 24 52
Octal 277 341 304 17 0 15 14 201 44 122
Binary 10111111 11100001 11000100 1111 0 1101 1100 10000001 100100 1010010

Color Harmonies of #BFE1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE1C4

Black with #BFE1C4

Text Example


Text Example

White with #BFE1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE1C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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