Html Css Color HEX #BCF6C0 Fringy Flower

📋 copy color: '#BCF6C0'

red 188 ◦ green 246 ◦ blue 192

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

Shades of Fringy Flower #BCF6C0

Tints of Fringy Flower #BCF6C0

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.3%

 BLUE value IS 192 (75.39% from 255) = 30.67%

R = 30.03%
G = 39.3%
B = 30.67%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#BCF6C0 (or 0xBCF6C0) is known color: Fringy Flower. HEX triplet: BC, F6 and C0. RGB value is (188,246,192). Sum of RGB (Red+Green+Blue) = 188+246+192=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 246 (96.48% from 255 or 39.30% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF6C0 is #43093F. Grayscale: #DEDEDE. Windows color (decimal): -4393280 or 12646076. OLE color: 12646076.

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

Color convert

RGB 188 246 192 -
CMYK 0.24 0 0.22 0.04
HSL 124.14º 0.76% 0.85% -
HSV(B) 124.14º 0.24% 0.96% -
XYZ 63.21 80.41 62.06 -
YUV 222.5 110.78 103.39 -
System Red Green Blue C M Y K H S L
Decimal 188 246 192 0.24 0 0.22 0.04 124.14 0.76 0.85
Hex BC F6 C0 18 0 16 4 7C 4C 55
Octal 274 366 300 30 0 26 4 174 114 125
Binary 10111100 11110110 11000000 11000 0 10110 100 1111100 1001100 1010101

Color Harmonies of #BCF6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF6C0

Black with #BCF6C0

Text Example


Text Example

White with #BCF6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF6C0; }

 p { color: rgb(188,246,192); }

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

background-color css

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

 a { background-color: rgb(188,246,192); }

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

border-color css

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

 span { border-color: rgb(188,246,192); }

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