Html Css Color HEX #BCE1C0 Fringy Flower

📋 copy color: '#BCE1C0'

red 188 ◦ green 225 ◦ blue 192

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

Shades of Fringy Flower #BCE1C0

Tints of Fringy Flower #BCE1C0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.19%

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

R = 31.07%
G = 37.19%
B = 31.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#BCE1C0 (or 0xBCE1C0) is known color: Fringy Flower. HEX triplet: BC, E1 and C0. RGB value is (188,225,192). Sum of RGB (Red+Green+Blue) = 188+225+192=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1C0 is #431E3F. Grayscale: #D2D2D2. Windows color (decimal): -4398656 or 12640700. OLE color: 12640700.

HSL color Cylindrical-coordinate representation of color #BCE1C0: hue angle of 126.49º degrees, saturation: 0.38, 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 #BCE1C0 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 225 192 -
CMYK 0.16 0 0.15 0.12
HSL 126.49º 0.38% 0.81% -
HSV(B) 126.49º 0.16% 0.88% -
XYZ 57.18 68.35 60.05 -
YUV 210.18 117.74 112.18 -
System Red Green Blue C M Y K H S L
Decimal 188 225 192 0.16 0 0.15 0.12 126.49 0.38 0.81
Hex BC E1 C0 10 0 F C 7E 26 51
Octal 274 341 300 20 0 17 14 176 46 121
Binary 10111100 11100001 11000000 10000 0 1111 1100 1111110 100110 1010001

Color Harmonies of #BCE1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE1C0

Black with #BCE1C0

Text Example


Text Example

White with #BCE1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE1C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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