#BCFABD

Color #BCFABD Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #BCFABD

Tints of Fringy Flower #BCFABD

Color information

#BCFABD (or 0xBCFABD) is unknown color: approx Fringy Flower. HEX triplet: BC, FA and BD. RGB value is (188,250,189). Sum of RGB (Red+Green+Blue) = 188+250+189=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFABD is #430542. Grayscale: #E0E0E0. Windows color (decimal): -4392259 or 12450492. OLE color: 12450492.

HSL color Cylindrical-coordinate representation of color #BCFABD: hue angle of 120.97º 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 #BCFABD is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB188250189-
CMYK0.2500.240.02
HSL120.97º86.11%85.88%-
HSV(B)120.97º24.8%98.04%-
XYZ64.1182.7460.73-
YUV224.51107.96101.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.98%
GREEN value IS 250 (98.05% from 255) = 39.87%
BLUE value IS 189 (74.22% from 255) = 30.14%
R=29.98%
G=39.87%
B=30.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882501890.2500.240.02120.9786.1185.88
HexBCFABD190182795656
Octal274372275310302171126126
Binary1011110011111010101111011100101100010111100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFABD; }

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

 H1.HeaderClassName
 {
   color: #BCFABD;
 }
 .AnyTagClassName
 {
   color: #BCFABD;
 }
</style>
background-color css

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

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

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

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

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

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