Html Css Color HEX #BCE4C0 Fringy Flower

📋 copy color: '#BCE4C0'

red 188 ◦ green 228 ◦ blue 192

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

Shades of Fringy Flower #BCE4C0

Tints of Fringy Flower #BCE4C0

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.5%

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

R = 30.92%
G = 37.5%
B = 31.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#BCE4C0 (or 0xBCE4C0) is known color: Fringy Flower. HEX triplet: BC, E4 and C0. RGB value is (188,228,192). Sum of RGB (Red+Green+Blue) = 188+228+192=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 228 (89.45% from 255 or 37.5% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE4C0 is #431B3F. Grayscale: #D4D4D4. Windows color (decimal): -4397888 or 12641468. OLE color: 12641468.

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

Color convert

RGB 188 228 192 -
CMYK 0.18 0 0.16 0.11
HSL 126º 0.43% 0.82% -
HSV(B) 126º 0.18% 0.89% -
XYZ 58 69.98 60.32 -
YUV 211.94 116.75 110.93 -
System Red Green Blue C M Y K H S L
Decimal 188 228 192 0.18 0 0.16 0.11 126 0.43 0.82
Hex BC E4 C0 12 0 10 B 7E 2B 52
Octal 274 344 300 22 0 20 13 176 53 122
Binary 10111100 11100100 11000000 10010 0 10000 1011 1111110 101011 1010010

Color Harmonies of #BCE4C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE4C0

Black with #BCE4C0

Text Example


Text Example

White with #BCE4C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE4C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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