Html Css Color HEX #BCE7BC Fringy Flower

📋 copy color: '#BCE7BC'

red 188 ◦ green 231 ◦ blue 188

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

Shades of Fringy Flower #BCE7BC

Tints of Fringy Flower #BCE7BC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.06%

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

R = 30.97%
G = 38.06%
B = 30.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#BCE7BC (or 0xBCE7BC) is known color: Fringy Flower. HEX triplet: BC, E7 and BC. RGB value is (188,231,188). Sum of RGB (Red+Green+Blue) = 188+231+188=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE7BC is #431843. Grayscale: #D5D5D5. Windows color (decimal): -4397124 or 12380092. OLE color: 12380092.

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

Color convert

RGB 188 231 188 -
CMYK 0.19 0 0.19 0.09
HSL 120º 0.47% 0.82% -
HSV(B) 120º 0.19% 0.91% -
XYZ 58.39 71.47 58.3 -
YUV 213.24 113.75 110 -
System Red Green Blue C M Y K H S L
Decimal 188 231 188 0.19 0 0.19 0.09 120 0.47 0.82
Hex BC E7 BC 13 0 13 9 78 2F 52
Octal 274 347 274 23 0 23 11 170 57 122
Binary 10111100 11100111 10111100 10011 0 10011 1001 1111000 101111 1010010

Color Harmonies of #BCE7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE7BC

Black with #BCE7BC

Text Example


Text Example

White with #BCE7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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