Html Css Color HEX #BCF4C0 Fringy Flower

📋 copy color: '#BCF4C0'

red 188 ◦ green 244 ◦ blue 192

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

Shades of Fringy Flower #BCF4C0

Tints of Fringy Flower #BCF4C0

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.1%

 BLUE value IS 192 (75.39% from 255) = 30.77%

R = 30.13%
G = 39.1%
B = 30.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#BCF4C0 (or 0xBCF4C0) is known color: Fringy Flower. HEX triplet: BC, F4 and C0. RGB value is (188,244,192). Sum of RGB (Red+Green+Blue) = 188+244+192=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 244 (95.70% from 255 or 39.10% from 624); Blue value is 192 (75.39% from 255 or 30.77% from 624); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF4C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF4C0 is #430B3F. Grayscale: #DDDDDD. Windows color (decimal): -4393792 or 12645564. OLE color: 12645564.

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

Color convert

RGB 188 244 192 -
CMYK 0.23 0 0.21 0.04
HSL 124.29º 0.72% 0.85% -
HSV(B) 124.29º 0.23% 0.96% -
XYZ 62.6 79.2 61.86 -
YUV 221.33 111.45 104.23 -
System Red Green Blue C M Y K H S L
Decimal 188 244 192 0.23 0 0.21 0.04 124.29 0.72 0.85
Hex BC F4 C0 17 0 15 4 7C 48 55
Octal 274 364 300 27 0 25 4 174 110 125
Binary 10111100 11110100 11000000 10111 0 10101 100 1111100 1001000 1010101

Color Harmonies of #BCF4C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF4C0

Black with #BCF4C0

Text Example


Text Example

White with #BCF4C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF4C0; }

 p { color: rgb(188,244,192); }

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

background-color css

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

 a { background-color: rgb(188,244,192); }

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

border-color css

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

 span { border-color: rgb(188,244,192); }

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