Html Css Color HEX #BCE8C0 Fringy Flower

📋 copy color: '#BCE8C0'

red 188 ◦ green 232 ◦ blue 192

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

Shades of Fringy Flower #BCE8C0

Tints of Fringy Flower #BCE8C0

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.91%

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

R = 30.72%
G = 37.91%
B = 31.37%

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

#BCE8C0 (or 0xBCE8C0) is known color: Fringy Flower. HEX triplet: BC, E8 and C0. RGB value is (188,232,192). Sum of RGB (Red+Green+Blue) = 188+232+192=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE8C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE8C0 is #43173F. Grayscale: #D6D6D6. Windows color (decimal): -4396864 or 12642492. OLE color: 12642492.

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

Color convert

RGB 188 232 192 -
CMYK 0.19 0 0.17 0.09
HSL 125.45º 0.49% 0.82% -
HSV(B) 125.45º 0.19% 0.91% -
XYZ 59.11 72.21 60.69 -
YUV 214.28 115.42 109.25 -
System Red Green Blue C M Y K H S L
Decimal 188 232 192 0.19 0 0.17 0.09 125.45 0.49 0.82
Hex BC E8 C0 13 0 11 9 7D 31 52
Octal 274 350 300 23 0 21 11 175 61 122
Binary 10111100 11101000 11000000 10011 0 10001 1001 1111101 110001 1010010

Color Harmonies of #BCE8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE8C0

Black with #BCE8C0

Text Example


Text Example

White with #BCE8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE8C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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