Html Css Color HEX #BCFDBB Fringy Flower

📋 copy color: '#BCFDBB'

red 188 ◦ green 253 ◦ blue 187

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

Shades of Fringy Flower #BCFDBB

Tints of Fringy Flower #BCFDBB

RGB

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

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

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

R = 29.94%
G = 40.29%
B = 29.78%

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

#BCFDBB (or 0xBCFDBB) is known color: Fringy Flower. HEX triplet: BC, FD and BB. RGB value is (188,253,187). Sum of RGB (Red+Green+Blue) = 188+253+187=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 187 (73.44% from 255 or 29.78% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDBB is #430244. Grayscale: #E2E2E2. Windows color (decimal): -4391493 or 12320188. OLE color: 12320188.

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

Color convert

RGB 188 253 187 -
CMYK 0.26 0 0.26 0.01
HSL 119.09º 0.94% 0.86% -
HSV(B) 119.09º 0.26% 0.99% -
XYZ 64.83 84.53 59.91 -
YUV 226.04 105.97 100.87 -
System Red Green Blue C M Y K H S L
Decimal 188 253 187 0.26 0 0.26 0.01 119.09 0.94 0.86
Hex BC FD BB 1A 0 1A 1 77 5E 56
Octal 274 375 273 32 0 32 1 167 136 126
Binary 10111100 11111101 10111011 11010 0 11010 1 1110111 1011110 1010110

Color Harmonies of #BCFDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFDBB

Black with #BCFDBB

Text Example


Text Example

White with #BCFDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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