Html Css Color HEX #BCFAB9 Fringy Flower

📋 copy color: '#BCFAB9'

red 188 ◦ green 250 ◦ blue 185

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

Shades of Fringy Flower #BCFAB9

Tints of Fringy Flower #BCFAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.7%

R = 30.18%
G = 40.13%
B = 29.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#BCFAB9 (or 0xBCFAB9) is known color: Fringy Flower. HEX triplet: BC, FA and B9. RGB value is (188,250,185). Sum of RGB (Red+Green+Blue) = 188+250+185=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 185 (72.66% from 255 or 29.70% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAB9 is #430546. Grayscale: #E0E0E0. Windows color (decimal): -4392263 or 12188348. OLE color: 12188348.

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

Color convert

RGB 188 250 185 -
CMYK 0.25 0 0.26 0.02
HSL 117.23º 0.87% 0.85% -
HSV(B) 117.23º 0.26% 0.98% -
XYZ 63.68 82.57 58.48 -
YUV 224.05 105.96 102.29 -
System Red Green Blue C M Y K H S L
Decimal 188 250 185 0.25 0 0.26 0.02 117.23 0.87 0.85
Hex BC FA B9 19 0 1A 2 75 57 55
Octal 274 372 271 31 0 32 2 165 127 125
Binary 10111100 11111010 10111001 11001 0 11010 10 1110101 1010111 1010101

Color Harmonies of #BCFAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFAB9

Black with #BCFAB9

Text Example


Text Example

White with #BCFAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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