Html Css Color HEX #BFE1C3 Edgewater

📋 copy color: '#BFE1C3'

red 191 ◦ green 225 ◦ blue 195

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

Shades of Edgewater #BFE1C3

Tints of Edgewater #BFE1C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 31.91%

R = 31.26%
G = 36.82%
B = 31.91%

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

#BFE1C3 (or 0xBFE1C3) is known color: Edgewater. HEX triplet: BF, E1 and C3. RGB value is (191,225,195). Sum of RGB (Red+Green+Blue) = 191+225+195=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 195 (76.56% from 255 or 31.91% from 611); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE1C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE1C3 is #401E3C. Grayscale: #D3D3D3. Windows color (decimal): -4202045 or 12837311. OLE color: 12837311.

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

Color convert

RGB 191 225 195 -
CMYK 0.15 0 0.13 0.12
HSL 127.06º 0.36% 0.82% -
HSV(B) 127.06º 0.15% 0.88% -
XYZ 58.26 68.87 61.85 -
YUV 211.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 191 225 195 0.15 0 0.13 0.12 127.06 0.36 0.82
Hex BF E1 C3 F 0 D C 7F 24 52
Octal 277 341 303 17 0 15 14 177 44 122
Binary 10111111 11100001 11000011 1111 0 1101 1100 1111111 100100 1010010

Color Harmonies of #BFE1C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE1C3

Black with #BFE1C3

Text Example


Text Example

White with #BFE1C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE1C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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