Html Css Color HEX #BCFCBB Fringy Flower

📋 copy color: '#BCFCBB'

red 188 ◦ green 252 ◦ blue 187

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

Shades of Fringy Flower #BCFCBB

Tints of Fringy Flower #BCFCBB

RGB

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

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

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

R = 29.98%
G = 40.19%
B = 29.82%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#BCFCBB (or 0xBCFCBB) is known color: Fringy Flower. HEX triplet: BC, FC and BB. RGB value is (188,252,187). Sum of RGB (Red+Green+Blue) = 188+252+187=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCBB is #430344. Grayscale: #E1E1E1. Windows color (decimal): -4391749 or 12319932. OLE color: 12319932.

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

Color convert

RGB 188 252 187 -
CMYK 0.25 0 0.26 0.01
HSL 119.08º 0.92% 0.86% -
HSV(B) 119.08º 0.26% 0.99% -
XYZ 64.52 83.9 59.81 -
YUV 225.45 106.3 101.29 -
System Red Green Blue C M Y K H S L
Decimal 188 252 187 0.25 0 0.26 0.01 119.08 0.92 0.86
Hex BC FC BB 19 0 1A 1 77 5C 56
Octal 274 374 273 31 0 32 1 167 134 126
Binary 10111100 11111100 10111011 11001 0 11010 1 1110111 1011100 1010110

Color Harmonies of #BCFCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFCBB

Black with #BCFCBB

Text Example


Text Example

White with #BCFCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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