Html Css Color HEX #BCFFBB Fringy Flower

📋 copy color: '#BCFFBB'

red 188 ◦ green 255 ◦ blue 187

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

Shades of Fringy Flower #BCFFBB

Tints of Fringy Flower #BCFFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 29.68%

R = 29.84%
G = 40.48%
B = 29.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#BCFFBB (or 0xBCFFBB) is known color: Fringy Flower. HEX triplet: BC, FF and BB. RGB value is (188,255,187). Sum of RGB (Red+Green+Blue) = 188+255+187=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFBB is #430044. Grayscale: #E3E3E3. Windows color (decimal): -4390981 or 12320700. OLE color: 12320700.

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

Color convert

RGB 188 255 187 -
CMYK 0.26 0 0.27 0
HSL 119.12º 1% 0.87% -
HSV(B) 119.12º 0.27% 1% -
XYZ 65.47 85.8 60.12 -
YUV 227.22 105.3 100.03 -
System Red Green Blue C M Y K H S L
Decimal 188 255 187 0.26 0 0.27 0 119.12 1 0.87
Hex BC FF BB 1A 0 1B 0 77 64 57
Octal 274 377 273 32 0 33 0 167 144 127
Binary 10111100 11111111 10111011 11010 0 11011 0 1110111 1100100 1010111

Color Harmonies of #BCFFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFBB

Black with #BCFFBB

Text Example


Text Example

White with #BCFFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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