Html Css Color HEX #BCF9BA Fringy Flower

📋 copy color: '#BCF9BA'

red 188 ◦ green 249 ◦ blue 186

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

Shades of Fringy Flower #BCF9BA

Tints of Fringy Flower #BCF9BA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.97%

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

R = 30.18%
G = 39.97%
B = 29.86%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#BCF9BA (or 0xBCF9BA) is known color: Fringy Flower. HEX triplet: BC, F9 and BA. RGB value is (188,249,186). Sum of RGB (Red+Green+Blue) = 188+249+186=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 249 (97.66% from 255 or 39.97% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF9BA is #430645. Grayscale: #DFDFDF. Windows color (decimal): -4392518 or 12253628. OLE color: 12253628.

HSL color Cylindrical-coordinate representation of color #BCF9BA: hue angle of 118.1º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCF9BA is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 249 186 -
CMYK 0.24 0 0.25 0.02
HSL 118.1º 0.84% 0.85% -
HSV(B) 118.1º 0.25% 0.98% -
XYZ 63.48 81.99 58.93 -
YUV 223.58 106.79 102.62 -
System Red Green Blue C M Y K H S L
Decimal 188 249 186 0.24 0 0.25 0.02 118.1 0.84 0.85
Hex BC F9 BA 18 0 19 2 76 54 55
Octal 274 371 272 30 0 31 2 166 124 125
Binary 10111100 11111001 10111010 11000 0 11001 10 1110110 1010100 1010101

Color Harmonies of #BCF9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF9BA

Black with #BCF9BA

Text Example


Text Example

White with #BCF9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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