Html Css Color HEX #BCF6B9 Fringy Flower

📋 copy color: '#BCF6B9'

red 188 ◦ green 246 ◦ blue 185

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

Shades of Fringy Flower #BCF6B9

Tints of Fringy Flower #BCF6B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.89%

R = 30.37%
G = 39.74%
B = 29.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#BCF6B9 (or 0xBCF6B9) is known color: Fringy Flower. HEX triplet: BC, F6 and B9. RGB value is (188,246,185). Sum of RGB (Red+Green+Blue) = 188+246+185=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 246 (96.48% from 255 or 39.74% from 619); Blue value is 185 (72.66% from 255 or 29.89% from 619); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF6B9 is #430946. Grayscale: #DDDDDD. Windows color (decimal): -4393287 or 12187324. OLE color: 12187324.

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

Color convert

RGB 188 246 185 -
CMYK 0.24 0 0.25 0.04
HSL 117.05º 0.77% 0.85% -
HSV(B) 117.05º 0.25% 0.96% -
XYZ 62.45 80.11 58.07 -
YUV 221.7 107.28 103.96 -
System Red Green Blue C M Y K H S L
Decimal 188 246 185 0.24 0 0.25 0.04 117.05 0.77 0.85
Hex BC F6 B9 18 0 19 4 75 4D 55
Octal 274 366 271 30 0 31 4 165 115 125
Binary 10111100 11110110 10111001 11000 0 11001 100 1110101 1001101 1010101

Color Harmonies of #BCF6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF6B9

Black with #BCF6B9

Text Example


Text Example

White with #BCF6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF6B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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