Html Css Color HEX #BCFCBD Fringy Flower

📋 copy color: '#BCFCBD'

red 188 ◦ green 252 ◦ blue 189

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

Shades of Fringy Flower #BCFCBD

Tints of Fringy Flower #BCFCBD

RGB

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

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

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

R = 29.89%
G = 40.06%
B = 30.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#BCFCBD (or 0xBCFCBD) is known color: Fringy Flower. HEX triplet: BC, FC and BD. RGB value is (188,252,189). Sum of RGB (Red+Green+Blue) = 188+252+189=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 252 (98.83% from 255 or 40.06% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCBD is #430342. Grayscale: #E1E1E1. Windows color (decimal): -4391747 or 12451004. OLE color: 12451004.

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

Color convert

RGB 188 252 189 -
CMYK 0.25 0 0.25 0.01
HSL 120.94º 0.91% 0.86% -
HSV(B) 120.94º 0.25% 0.99% -
XYZ 64.73 83.99 60.94 -
YUV 225.68 107.3 101.12 -
System Red Green Blue C M Y K H S L
Decimal 188 252 189 0.25 0 0.25 0.01 120.94 0.91 0.86
Hex BC FC BD 19 0 19 1 79 5B 56
Octal 274 374 275 31 0 31 1 171 133 126
Binary 10111100 11111100 10111101 11001 0 11001 1 1111001 1011011 1010110

Color Harmonies of #BCFCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFCBD

Black with #BCFCBD

Text Example


Text Example

White with #BCFCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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