Html Css Color HEX #BCF5BA Fringy Flower

📋 copy color: '#BCF5BA'

red 188 ◦ green 245 ◦ blue 186

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

Shades of Fringy Flower #BCF5BA

Tints of Fringy Flower #BCF5BA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.58%

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

R = 30.37%
G = 39.58%
B = 30.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#BCF5BA (or 0xBCF5BA) is known color: Fringy Flower. HEX triplet: BC, F5 and BA. RGB value is (188,245,186). Sum of RGB (Red+Green+Blue) = 188+245+186=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 245 (96.09% from 255 or 39.58% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF5BA is #430A45. Grayscale: #DDDDDD. Windows color (decimal): -4393542 or 12252604. OLE color: 12252604.

HSL color Cylindrical-coordinate representation of color #BCF5BA: hue angle of 117.97º degrees, saturation: 0.75, 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 #BCF5BA is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 245 186 -
CMYK 0.23 0 0.24 0.04
HSL 117.97º 0.75% 0.85% -
HSV(B) 117.97º 0.24% 0.96% -
XYZ 62.25 79.54 58.53 -
YUV 221.23 108.12 104.3 -
System Red Green Blue C M Y K H S L
Decimal 188 245 186 0.23 0 0.24 0.04 117.97 0.75 0.85
Hex BC F5 BA 17 0 18 4 76 4B 55
Octal 274 365 272 27 0 30 4 166 113 125
Binary 10111100 11110101 10111010 10111 0 11000 100 1110110 1001011 1010101

Color Harmonies of #BCF5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF5BA

Black with #BCF5BA

Text Example


Text Example

White with #BCF5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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