Html Css Color HEX #BCF2BA Fringy Flower

📋 copy color: '#BCF2BA'

red 188 ◦ green 242 ◦ blue 186

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

Shades of Fringy Flower #BCF2BA

Tints of Fringy Flower #BCF2BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.19%

R = 30.52%
G = 39.29%
B = 30.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#BCF2BA (or 0xBCF2BA) is known color: Fringy Flower. HEX triplet: BC, F2 and BA. RGB value is (188,242,186). Sum of RGB (Red+Green+Blue) = 188+242+186=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2BA is #430D45. Grayscale: #DBDBDB. Windows color (decimal): -4394310 or 12251836. OLE color: 12251836.

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

Color convert

RGB 188 242 186 -
CMYK 0.22 0 0.23 0.05
HSL 117.86º 0.68% 0.84% -
HSV(B) 117.86º 0.23% 0.95% -
XYZ 61.35 77.74 58.23 -
YUV 219.47 109.11 105.55 -
System Red Green Blue C M Y K H S L
Decimal 188 242 186 0.22 0 0.23 0.05 117.86 0.68 0.84
Hex BC F2 BA 16 0 17 5 76 44 54
Octal 274 362 272 26 0 27 5 166 104 124
Binary 10111100 11110010 10111010 10110 0 10111 101 1110110 1000100 1010100

Color Harmonies of #BCF2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF2BA

Black with #BCF2BA

Text Example


Text Example

White with #BCF2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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