Html Css Color HEX #BCF2BC Fringy Flower

📋 copy color: '#BCF2BC'

red 188 ◦ green 242 ◦ blue 188

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

Shades of Fringy Flower #BCF2BC

Tints of Fringy Flower #BCF2BC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.16%

 BLUE value IS 188 (73.83% from 255) = 30.42%

R = 30.42%
G = 39.16%
B = 30.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#BCF2BC (or 0xBCF2BC) is known color: Fringy Flower. HEX triplet: BC, F2 and BC. RGB value is (188,242,188). Sum of RGB (Red+Green+Blue) = 188+242+188=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 188 (73.83% from 255 or 30.42% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2BC is #430D43. Grayscale: #DBDBDB. Windows color (decimal): -4394308 or 12382908. OLE color: 12382908.

HSL color Cylindrical-coordinate representation of color #BCF2BC: hue angle of 120º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF2BC is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 188 -
CMYK 0.22 0 0.22 0.05
HSL 120º 0.68% 0.84% -
HSV(B) 120º 0.22% 0.95% -
XYZ 61.57 77.83 59.35 -
YUV 219.7 110.11 105.39 -
System Red Green Blue C M Y K H S L
Decimal 188 242 188 0.22 0 0.22 0.05 120 0.68 0.84
Hex BC F2 BC 16 0 16 5 78 44 54
Octal 274 362 274 26 0 26 5 170 104 124
Binary 10111100 11110010 10111100 10110 0 10110 101 1111000 1000100 1010100

Color Harmonies of #BCF2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF2BC

Black with #BCF2BC

Text Example


Text Example

White with #BCF2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF2BC; }

 p { color: rgb(188,242,188); }

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

background-color css

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

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

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

border-color css

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

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

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