Html Css Color HEX #BCE7C0 Fringy Flower

📋 copy color: '#BCE7C0'

red 188 ◦ green 231 ◦ blue 192

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

Shades of Fringy Flower #BCE7C0

Tints of Fringy Flower #BCE7C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.42%

R = 30.77%
G = 37.81%
B = 31.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#BCE7C0 (or 0xBCE7C0) is known color: Fringy Flower. HEX triplet: BC, E7 and C0. RGB value is (188,231,192). Sum of RGB (Red+Green+Blue) = 188+231+192=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 231 (90.62% from 255 or 37.81% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE7C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE7C0 is #43183F. Grayscale: #D5D5D5. Windows color (decimal): -4397120 or 12642236. OLE color: 12642236.

HSL color Cylindrical-coordinate representation of color #BCE7C0: hue angle of 125.58º 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 #BCE7C0 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 231 192 -
CMYK 0.19 0 0.17 0.09
HSL 125.58º 0.47% 0.82% -
HSV(B) 125.58º 0.19% 0.91% -
XYZ 58.83 71.65 60.6 -
YUV 213.7 115.75 109.67 -
System Red Green Blue C M Y K H S L
Decimal 188 231 192 0.19 0 0.17 0.09 125.58 0.47 0.82
Hex BC E7 C0 13 0 11 9 7E 2F 52
Octal 274 347 300 23 0 21 11 176 57 122
Binary 10111100 11100111 11000000 10011 0 10001 1001 1111110 101111 1010010

Color Harmonies of #BCE7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE7C0

Black with #BCE7C0

Text Example


Text Example

White with #BCE7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE7C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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