Html Css Color HEX #BCFABC Fringy Flower

📋 copy color: '#BCFABC'

red 188 ◦ green 250 ◦ blue 188

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

Shades of Fringy Flower #BCFABC

Tints of Fringy Flower #BCFABC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.94%

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

R = 30.03%
G = 39.94%
B = 30.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#BCFABC (or 0xBCFABC) is known color: Fringy Flower. HEX triplet: BC, FA and BC. RGB value is (188,250,188). Sum of RGB (Red+Green+Blue) = 188+250+188=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFABC is #430543. Grayscale: #E0E0E0. Windows color (decimal): -4392260 or 12384956. OLE color: 12384956.

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

Color convert

RGB 188 250 188 -
CMYK 0.25 0 0.25 0.02
HSL 120º 0.86% 0.86% -
HSV(B) 120º 0.25% 0.98% -
XYZ 64 82.69 60.17 -
YUV 224.39 107.46 102.04 -
System Red Green Blue C M Y K H S L
Decimal 188 250 188 0.25 0 0.25 0.02 120 0.86 0.86
Hex BC FA BC 19 0 19 2 78 56 56
Octal 274 372 274 31 0 31 2 170 126 126
Binary 10111100 11111010 10111100 11001 0 11001 10 1111000 1010110 1010110

Color Harmonies of #BCFABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFABC

Black with #BCFABC

Text Example


Text Example

White with #BCFABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFABC; }

 p { color: rgb(188,250,188); }

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

background-color css

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

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

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

border-color css

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

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

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