Html Css Color HEX #BCFFBD Fringy Flower

📋 copy color: '#BCFFBD'

red 188 ◦ green 255 ◦ blue 189

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

Shades of Fringy Flower #BCFFBD

Tints of Fringy Flower #BCFFBD

RGB

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

 GREEN value IS 255 (100% from 255) = 40.35%

 BLUE value IS 189 (74.22% from 255) = 29.91%

R = 29.75%
G = 40.35%
B = 29.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#BCFFBD (or 0xBCFFBD) is known color: Fringy Flower. HEX triplet: BC, FF and BD. RGB value is (188,255,189). Sum of RGB (Red+Green+Blue) = 188+255+189=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFBD is #430042. Grayscale: #E3E3E3. Windows color (decimal): -4390979 or 12451772. OLE color: 12451772.

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

Color convert

RGB 188 255 189 -
CMYK 0.26 0 0.26 0
HSL 120.9º 1% 0.87% -
HSV(B) 120.9º 0.26% 1% -
XYZ 65.68 85.89 61.26 -
YUV 227.44 106.3 99.87 -
System Red Green Blue C M Y K H S L
Decimal 188 255 189 0.26 0 0.26 0 120.9 1 0.87
Hex BC FF BD 1A 0 1A 0 79 64 57
Octal 274 377 275 32 0 32 0 171 144 127
Binary 10111100 11111111 10111101 11010 0 11010 0 1111001 1100100 1010111

Color Harmonies of #BCFFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFBD

Black with #BCFFBD

Text Example


Text Example

White with #BCFFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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