Html Css Color HEX #BCE9BE Fringy Flower

📋 copy color: '#BCE9BE'

red 188 ◦ green 233 ◦ blue 190

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

Shades of Fringy Flower #BCE9BE

Tints of Fringy Flower #BCE9BE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.13%

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

R = 30.77%
G = 38.13%
B = 31.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#BCE9BE (or 0xBCE9BE) is known color: Fringy Flower. HEX triplet: BC, E9 and BE. RGB value is (188,233,190). Sum of RGB (Red+Green+Blue) = 188+233+190=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE9BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE9BE is #431641. Grayscale: #D6D6D6. Windows color (decimal): -4396610 or 12511676. OLE color: 12511676.

HSL color Cylindrical-coordinate representation of color #BCE9BE: hue angle of 122.67º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE9BE is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 233 190 -
CMYK 0.19 0 0.18 0.09
HSL 122.67º 0.51% 0.83% -
HSV(B) 122.67º 0.19% 0.91% -
XYZ 59.17 72.69 59.63 -
YUV 214.64 114.09 109 -
System Red Green Blue C M Y K H S L
Decimal 188 233 190 0.19 0 0.18 0.09 122.67 0.51 0.83
Hex BC E9 BE 13 0 12 9 7B 33 53
Octal 274 351 276 23 0 22 11 173 63 123
Binary 10111100 11101001 10111110 10011 0 10010 1001 1111011 110011 1010011

Color Harmonies of #BCE9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE9BE

Black with #BCE9BE

Text Example


Text Example

White with #BCE9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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