Html Css Color HEX #BCF1BA Fringy Flower

📋 copy color: '#BCF1BA'

red 188 ◦ green 241 ◦ blue 186

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

Shades of Fringy Flower #BCF1BA

Tints of Fringy Flower #BCF1BA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.19%

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

R = 30.57%
G = 39.19%
B = 30.24%

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

#BCF1BA (or 0xBCF1BA) is known color: Fringy Flower. HEX triplet: BC, F1 and BA. RGB value is (188,241,186). Sum of RGB (Red+Green+Blue) = 188+241+186=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1BA is #430E45. Grayscale: #DBDBDB. Windows color (decimal): -4394566 or 12251580. OLE color: 12251580.

HSL color Cylindrical-coordinate representation of color #BCF1BA: hue angle of 117.82º degrees, saturation: 0.66, 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 #BCF1BA is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 186 -
CMYK 0.22 0 0.23 0.05
HSL 117.82º 0.66% 0.84% -
HSV(B) 117.82º 0.23% 0.95% -
XYZ 61.06 77.15 58.13 -
YUV 218.88 109.44 105.97 -
System Red Green Blue C M Y K H S L
Decimal 188 241 186 0.22 0 0.23 0.05 117.82 0.66 0.84
Hex BC F1 BA 16 0 17 5 76 42 54
Octal 274 361 272 26 0 27 5 166 102 124
Binary 10111100 11110001 10111010 10110 0 10111 101 1110110 1000010 1010100

Color Harmonies of #BCF1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF1BA

Black with #BCF1BA

Text Example


Text Example

White with #BCF1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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