Html Css Color HEX #BCFCBA Fringy Flower

📋 copy color: '#BCFCBA'

red 188 ◦ green 252 ◦ blue 186

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

Shades of Fringy Flower #BCFCBA

Tints of Fringy Flower #BCFCBA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.26%

 BLUE value IS 186 (73.05% from 255) = 29.71%

R = 30.03%
G = 40.26%
B = 29.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#BCFCBA (or 0xBCFCBA) is known color: Fringy Flower. HEX triplet: BC, FC and BA. RGB value is (188,252,186). Sum of RGB (Red+Green+Blue) = 188+252+186=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCBA is #430345. Grayscale: #E1E1E1. Windows color (decimal): -4391750 or 12254396. OLE color: 12254396.

HSL color Cylindrical-coordinate representation of color #BCFCBA: hue angle of 118.18º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFCBA is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 252 186 -
CMYK 0.25 0 0.26 0.01
HSL 118.18º 0.92% 0.86% -
HSV(B) 118.18º 0.26% 0.99% -
XYZ 64.41 83.86 59.25 -
YUV 225.34 105.8 101.37 -
System Red Green Blue C M Y K H S L
Decimal 188 252 186 0.25 0 0.26 0.01 118.18 0.92 0.86
Hex BC FC BA 19 0 1A 1 76 5C 56
Octal 274 374 272 31 0 32 1 166 134 126
Binary 10111100 11111100 10111010 11001 0 11010 1 1110110 1011100 1010110

Color Harmonies of #BCFCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFCBA

Black with #BCFCBA

Text Example


Text Example

White with #BCFCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFCBA; }

 p { color: rgb(188,252,186); }

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

background-color css

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

 a { background-color: rgb(188,252,186); }

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

border-color css

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

 span { border-color: rgb(188,252,186); }

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