Html Css Color HEX #BCEFBE Fringy Flower

📋 copy color: '#BCEFBE'

red 188 ◦ green 239 ◦ blue 190

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

Shades of Fringy Flower #BCEFBE

Tints of Fringy Flower #BCEFBE

RGB

 RED value IS 188 (73.83% from 255) = 30.47%

 GREEN value IS 239 (93.75% from 255) = 38.74%

 BLUE value IS 190 (74.61% from 255) = 30.79%

R = 30.47%
G = 38.74%
B = 30.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#BCEFBE (or 0xBCEFBE) is known color: Fringy Flower. HEX triplet: BC, EF and BE. RGB value is (188,239,190). Sum of RGB (Red+Green+Blue) = 188+239+190=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEFBE is #431041. Grayscale: #DADADA. Windows color (decimal): -4395074 or 12513212. OLE color: 12513212.

HSL color Cylindrical-coordinate representation of color #BCEFBE: hue angle of 122.35º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEFBE is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 239 190 -
CMYK 0.21 0 0.21 0.06
HSL 122.35º 0.61% 0.84% -
HSV(B) 122.35º 0.21% 0.94% -
XYZ 60.9 76.14 60.2 -
YUV 218.17 112.1 106.48 -
System Red Green Blue C M Y K H S L
Decimal 188 239 190 0.21 0 0.21 0.06 122.35 0.61 0.84
Hex BC EF BE 15 0 15 6 7A 3D 54
Octal 274 357 276 25 0 25 6 172 75 124
Binary 10111100 11101111 10111110 10101 0 10101 110 1111010 111101 1010100

Color Harmonies of #BCEFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEFBE

Black with #BCEFBE

Text Example


Text Example

White with #BCEFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEFBE; }

 p { color: rgb(188,239,190); }

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

background-color css

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

 a { background-color: rgb(188,239,190); }

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

border-color css

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

 span { border-color: rgb(188,239,190); }

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