Html Css Color HEX #BCF0BA Fringy Flower

📋 copy color: '#BCF0BA'

red 188 ◦ green 240 ◦ blue 186

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

Shades of Fringy Flower #BCF0BA

Tints of Fringy Flower #BCF0BA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.09%

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

R = 30.62%
G = 39.09%
B = 30.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#BCF0BA (or 0xBCF0BA) is known color: Fringy Flower. HEX triplet: BC, F0 and BA. RGB value is (188,240,186). Sum of RGB (Red+Green+Blue) = 188+240+186=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF0BA is #430F45. Grayscale: #DADADA. Windows color (decimal): -4394822 or 12251324. OLE color: 12251324.

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

Color convert

RGB 188 240 186 -
CMYK 0.22 0 0.22 0.06
HSL 117.78º 0.64% 0.84% -
HSV(B) 117.78º 0.23% 0.94% -
XYZ 60.76 76.56 58.03 -
YUV 218.3 109.77 106.39 -
System Red Green Blue C M Y K H S L
Decimal 188 240 186 0.22 0 0.22 0.06 117.78 0.64 0.84
Hex BC F0 BA 16 0 16 6 76 40 54
Octal 274 360 272 26 0 26 6 166 100 124
Binary 10111100 11110000 10111010 10110 0 10110 110 1110110 1000000 1010100

Color Harmonies of #BCF0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF0BA

Black with #BCF0BA

Text Example


Text Example

White with #BCF0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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