Html Css Color HEX #BEF6BA Fringy Flower

📋 copy color: '#BEF6BA'

red 190 ◦ green 246 ◦ blue 186

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

Shades of Fringy Flower #BEF6BA

Tints of Fringy Flower #BEF6BA

RGB

 RED value IS 190 (74.61% from 255) = 30.55%

 GREEN value IS 246 (96.48% from 255) = 39.55%

 BLUE value IS 186 (73.05% from 255) = 29.9%

R = 30.55%
G = 39.55%
B = 29.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#BEF6BA (or 0xBEF6BA) is known color: Fringy Flower. HEX triplet: BE, F6 and BA. RGB value is (190,246,186). Sum of RGB (Red+Green+Blue) = 190+246+186=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 246 (96.48% from 255 or 39.55% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF6BA is #410945. Grayscale: #DEDEDE. Windows color (decimal): -4262214 or 12252862. OLE color: 12252862.

HSL color Cylindrical-coordinate representation of color #BEF6BA: hue angle of 116º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEF6BA is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 246 186 -
CMYK 0.23 0 0.24 0.04
HSL 116º 0.77% 0.85% -
HSV(B) 116º 0.24% 0.96% -
XYZ 63.05 80.4 58.65 -
YUV 222.42 107.45 104.88 -
System Red Green Blue C M Y K H S L
Decimal 190 246 186 0.23 0 0.24 0.04 116 0.77 0.85
Hex BE F6 BA 17 0 18 4 74 4D 55
Octal 276 366 272 27 0 30 4 164 115 125
Binary 10111110 11110110 10111010 10111 0 11000 100 1110100 1001101 1010101

Color Harmonies of #BEF6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF6BA

Black with #BEF6BA

Text Example


Text Example

White with #BEF6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF6BA; }

 p { color: rgb(190,246,186); }

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

background-color css

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

 a { background-color: rgb(190,246,186); }

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

border-color css

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

 span { border-color: rgb(190,246,186); }

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