Html Css Color HEX #BCE4BE Fringy Flower

📋 copy color: '#BCE4BE'

red 188 ◦ green 228 ◦ blue 190

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

Shades of Fringy Flower #BCE4BE

Tints of Fringy Flower #BCE4BE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.62%

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

R = 31.02%
G = 37.62%
B = 31.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#BCE4BE (or 0xBCE4BE) is known color: Fringy Flower. HEX triplet: BC, E4 and BE. RGB value is (188,228,190). Sum of RGB (Red+Green+Blue) = 188+228+190=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE4BE is #431B41. Grayscale: #D3D3D3. Windows color (decimal): -4397890 or 12510396. OLE color: 12510396.

HSL color Cylindrical-coordinate representation of color #BCE4BE: hue angle of 123º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE4BE is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 228 190 -
CMYK 0.18 0 0.17 0.11
HSL 123º 0.43% 0.82% -
HSV(B) 123º 0.18% 0.89% -
XYZ 57.78 69.9 59.16 -
YUV 211.71 115.75 111.09 -
System Red Green Blue C M Y K H S L
Decimal 188 228 190 0.18 0 0.17 0.11 123 0.43 0.82
Hex BC E4 BE 12 0 11 B 7B 2B 52
Octal 274 344 276 22 0 21 13 173 53 122
Binary 10111100 11100100 10111110 10010 0 10001 1011 1111011 101011 1010010

Color Harmonies of #BCE4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE4BE

Black with #BCE4BE

Text Example


Text Example

White with #BCE4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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