Html Css Color HEX #BCFDBC Fringy Flower

📋 copy color: '#BCFDBC'

red 188 ◦ green 253 ◦ blue 188

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

Shades of Fringy Flower #BCFDBC

Tints of Fringy Flower #BCFDBC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.22%

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

R = 29.89%
G = 40.22%
B = 29.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#BCFDBC (or 0xBCFDBC) is known color: Fringy Flower. HEX triplet: BC, FD and BC. RGB value is (188,253,188). Sum of RGB (Red+Green+Blue) = 188+253+188=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 188 (73.83% from 255 or 29.89% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDBC is #430243. Grayscale: #E2E2E2. Windows color (decimal): -4391492 or 12385724. OLE color: 12385724.

HSL color Cylindrical-coordinate representation of color #BCFDBC: hue angle of 120º degrees, saturation: 0.94, 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 #BCFDBC is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 253 188 -
CMYK 0.26 0 0.26 0.01
HSL 120º 0.94% 0.86% -
HSV(B) 120º 0.26% 0.99% -
XYZ 64.94 84.57 60.48 -
YUV 226.16 106.47 100.79 -
System Red Green Blue C M Y K H S L
Decimal 188 253 188 0.26 0 0.26 0.01 120 0.94 0.86
Hex BC FD BC 1A 0 1A 1 78 5E 56
Octal 274 375 274 32 0 32 1 170 136 126
Binary 10111100 11111101 10111100 11010 0 11010 1 1111000 1011110 1010110

Color Harmonies of #BCFDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFDBC

Black with #BCFDBC

Text Example


Text Example

White with #BCFDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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