Html Css Color HEX #BCE3BC Fringy Flower

📋 copy color: '#BCE3BC'

red 188 ◦ green 227 ◦ blue 188

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

Shades of Fringy Flower #BCE3BC

Tints of Fringy Flower #BCE3BC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.65%

 BLUE value IS 188 (73.83% from 255) = 31.18%

R = 31.18%
G = 37.65%
B = 31.18%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#BCE3BC (or 0xBCE3BC) is known color: Fringy Flower. HEX triplet: BC, E3 and BC. RGB value is (188,227,188). Sum of RGB (Red+Green+Blue) = 188+227+188=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 227 (89.06% from 255 or 37.65% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE3BC is #431C43. Grayscale: #D3D3D3. Windows color (decimal): -4398148 or 12379068. OLE color: 12379068.

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

Color convert

RGB 188 227 188 -
CMYK 0.17 0 0.17 0.11
HSL 120º 0.41% 0.81% -
HSV(B) 120º 0.17% 0.89% -
XYZ 57.29 69.26 57.93 -
YUV 210.89 115.08 111.67 -
System Red Green Blue C M Y K H S L
Decimal 188 227 188 0.17 0 0.17 0.11 120 0.41 0.81
Hex BC E3 BC 11 0 11 B 78 29 51
Octal 274 343 274 21 0 21 13 170 51 121
Binary 10111100 11100011 10111100 10001 0 10001 1011 1111000 101001 1010001

Color Harmonies of #BCE3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE3BC

Black with #BCE3BC

Text Example


Text Example

White with #BCE3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE3BC; }

 p { color: rgb(188,227,188); }

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

background-color css

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

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

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

border-color css

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

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

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