Html Css Color HEX #BCFCB9 Fringy Flower

📋 copy color: '#BCFCB9'

red 188 ◦ green 252 ◦ blue 185

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

Shades of Fringy Flower #BCFCB9

Tints of Fringy Flower #BCFCB9

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.32%

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

R = 30.08%
G = 40.32%
B = 29.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#BCFCB9 (or 0xBCFCB9) is known color: Fringy Flower. HEX triplet: BC, FC and B9. RGB value is (188,252,185). Sum of RGB (Red+Green+Blue) = 188+252+185=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCB9 is #430346. Grayscale: #E1E1E1. Windows color (decimal): -4391751 or 12188860. OLE color: 12188860.

HSL color Cylindrical-coordinate representation of color #BCFCB9: hue angle of 117.31º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCFCB9 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 252 185 -
CMYK 0.25 0 0.27 0.01
HSL 117.31º 0.92% 0.86% -
HSV(B) 117.31º 0.27% 0.99% -
XYZ 64.31 83.81 58.69 -
YUV 225.23 105.3 101.45 -
System Red Green Blue C M Y K H S L
Decimal 188 252 185 0.25 0 0.27 0.01 117.31 0.92 0.86
Hex BC FC B9 19 0 1B 1 75 5C 56
Octal 274 374 271 31 0 33 1 165 134 126
Binary 10111100 11111100 10111001 11001 0 11011 1 1110101 1011100 1010110

Color Harmonies of #BCFCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFCB9

Black with #BCFCB9

Text Example


Text Example

White with #BCFCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFCB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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