Html Css Color HEX #BCF6BB Fringy Flower

📋 copy color: '#BCF6BB'

red 188 ◦ green 246 ◦ blue 187

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

Shades of Fringy Flower #BCF6BB

Tints of Fringy Flower #BCF6BB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.61%

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

R = 30.27%
G = 39.61%
B = 30.11%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#BCF6BB (or 0xBCF6BB) is known color: Fringy Flower. HEX triplet: BC, F6 and BB. RGB value is (188,246,187). Sum of RGB (Red+Green+Blue) = 188+246+187=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 246 (96.48% from 255 or 39.61% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF6BB is #430944. Grayscale: #DEDEDE. Windows color (decimal): -4393285 or 12318396. OLE color: 12318396.

HSL color Cylindrical-coordinate representation of color #BCF6BB: hue angle of 118.98º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF6BB is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 246 187 -
CMYK 0.24 0 0.24 0.04
HSL 118.98º 0.77% 0.85% -
HSV(B) 118.98º 0.24% 0.96% -
XYZ 62.66 80.19 59.19 -
YUV 221.93 108.28 103.8 -
System Red Green Blue C M Y K H S L
Decimal 188 246 187 0.24 0 0.24 0.04 118.98 0.77 0.85
Hex BC F6 BB 18 0 18 4 77 4D 55
Octal 274 366 273 30 0 30 4 167 115 125
Binary 10111100 11110110 10111011 11000 0 11000 100 1110111 1001101 1010101

Color Harmonies of #BCF6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF6BB

Black with #BCF6BB

Text Example


Text Example

White with #BCF6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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