Html Css Color HEX #BCE0C1 Fringy Flower

📋 copy color: '#BCE0C1'

red 188 ◦ green 224 ◦ blue 193

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

Shades of Fringy Flower #BCE0C1

Tints of Fringy Flower #BCE0C1

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.02%

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

R = 31.07%
G = 37.02%
B = 31.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#BCE0C1 (or 0xBCE0C1) is known color: Fringy Flower. HEX triplet: BC, E0 and C1. RGB value is (188,224,193). Sum of RGB (Red+Green+Blue) = 188+224+193=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0C1 is #431F3E. Grayscale: #D1D1D1. Windows color (decimal): -4398911 or 12705980. OLE color: 12705980.

HSL color Cylindrical-coordinate representation of color #BCE0C1: hue angle of 128.33º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCE0C1 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 193 -
CMYK 0.16 0 0.14 0.12
HSL 128.33º 0.37% 0.81% -
HSV(B) 128.33º 0.16% 0.88% -
XYZ 57.02 67.85 60.54 -
YUV 209.7 118.57 112.52 -
System Red Green Blue C M Y K H S L
Decimal 188 224 193 0.16 0 0.14 0.12 128.33 0.37 0.81
Hex BC E0 C1 10 0 E C 80 25 51
Octal 274 340 301 20 0 16 14 200 45 121
Binary 10111100 11100000 11000001 10000 0 1110 1100 10000000 100101 1010001

Color Harmonies of #BCE0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE0C1

Black with #BCE0C1

Text Example


Text Example

White with #BCE0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE0C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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