Html Css Color HEX #BCE4C1 Fringy Flower

📋 copy color: '#BCE4C1'

red 188 ◦ green 228 ◦ blue 193

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

Shades of Fringy Flower #BCE4C1

Tints of Fringy Flower #BCE4C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.69%

R = 30.87%
G = 37.44%
B = 31.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#BCE4C1 (or 0xBCE4C1) is known color: Fringy Flower. HEX triplet: BC, E4 and C1. RGB value is (188,228,193). Sum of RGB (Red+Green+Blue) = 188+228+193=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 228 (89.45% from 255 or 37.44% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE4C1 is #431B3E. Grayscale: #D4D4D4. Windows color (decimal): -4397887 or 12707004. OLE color: 12707004.

HSL color Cylindrical-coordinate representation of color #BCE4C1: hue angle of 127.5º 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 #BCE4C1 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 228 193 -
CMYK 0.18 0 0.15 0.11
HSL 127.5º 0.43% 0.82% -
HSV(B) 127.5º 0.18% 0.89% -
XYZ 58.11 70.03 60.91 -
YUV 212.05 117.25 110.85 -
System Red Green Blue C M Y K H S L
Decimal 188 228 193 0.18 0 0.15 0.11 127.5 0.43 0.82
Hex BC E4 C1 12 0 F B 80 2B 52
Octal 274 344 301 22 0 17 13 200 53 122
Binary 10111100 11100100 11000001 10010 0 1111 1011 10000000 101011 1010010

Color Harmonies of #BCE4C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE4C1

Black with #BCE4C1

Text Example


Text Example

White with #BCE4C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE4C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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