Html Css Color HEX #BFE5C3 Edgewater

📋 copy color: '#BFE5C3'

red 191 ◦ green 229 ◦ blue 195

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

Shades of Edgewater #BFE5C3

Tints of Edgewater #BFE5C3

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.24%

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

R = 31.06%
G = 37.24%
B = 31.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#BFE5C3 (or 0xBFE5C3) is known color: Edgewater. HEX triplet: BF, E5 and C3. RGB value is (191,229,195). Sum of RGB (Red+Green+Blue) = 191+229+195=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 229 (89.84% from 255 or 37.24% from 615); Blue value is 195 (76.56% from 255 or 31.71% from 615); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE5C3 is #401A3C. Grayscale: #D5D5D5. Windows color (decimal): -4201021 or 12838335. OLE color: 12838335.

HSL color Cylindrical-coordinate representation of color #BFE5C3: hue angle of 126.32º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE5C3 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 229 195 -
CMYK 0.17 0 0.15 0.10
HSL 126.32º 0.42% 0.82% -
HSV(B) 126.32º 0.17% 0.9% -
XYZ 59.36 71.06 62.22 -
YUV 213.76 117.41 111.76 -
System Red Green Blue C M Y K H S L
Decimal 191 229 195 0.17 0 0.15 0.10 126.32 0.42 0.82
Hex BF E5 C3 11 0 F A 7E 2A 52
Octal 277 345 303 21 0 17 12 176 52 122
Binary 10111111 11100101 11000011 10001 0 1111 1010 1111110 101010 1010010

Color Harmonies of #BFE5C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE5C3

Black with #BFE5C3

Text Example


Text Example

White with #BFE5C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE5C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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