Html Css Color HEX #BCE2BA Fringy Flower

📋 copy color: '#BCE2BA'

red 188 ◦ green 226 ◦ blue 186

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

Shades of Fringy Flower #BCE2BA

Tints of Fringy Flower #BCE2BA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.67%

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

R = 31.33%
G = 37.67%
B = 31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#BCE2BA (or 0xBCE2BA) is known color: Fringy Flower. HEX triplet: BC, E2 and BA. RGB value is (188,226,186). Sum of RGB (Red+Green+Blue) = 188+226+186=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 226 (88.67% from 255 or 37.67% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2BA is #431D45. Grayscale: #D2D2D2. Windows color (decimal): -4398406 or 12247740. OLE color: 12247740.

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

Color convert

RGB 188 226 186 -
CMYK 0.17 0 0.18 0.11
HSL 117º 0.41% 0.81% -
HSV(B) 117º 0.18% 0.89% -
XYZ 56.8 68.63 56.71 -
YUV 210.08 114.41 112.25 -
System Red Green Blue C M Y K H S L
Decimal 188 226 186 0.17 0 0.18 0.11 117 0.41 0.81
Hex BC E2 BA 11 0 12 B 75 29 51
Octal 274 342 272 21 0 22 13 165 51 121
Binary 10111100 11100010 10111010 10001 0 10010 1011 1110101 101001 1010001

Color Harmonies of #BCE2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE2BA

Black with #BCE2BA

Text Example


Text Example

White with #BCE2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE2BA; }

 p { color: rgb(188,226,186); }

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

background-color css

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

 a { background-color: rgb(188,226,186); }

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

border-color css

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

 span { border-color: rgb(188,226,186); }

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