Html Css Color HEX #BCF5C1 Fringy Flower

📋 copy color: '#BCF5C1'

red 188 ◦ green 245 ◦ blue 193

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

Shades of Fringy Flower #BCF5C1

Tints of Fringy Flower #BCF5C1

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.14%

 BLUE value IS 193 (75.78% from 255) = 30.83%

R = 30.03%
G = 39.14%
B = 30.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#BCF5C1 (or 0xBCF5C1) is known color: Fringy Flower. HEX triplet: BC, F5 and C1. RGB value is (188,245,193). Sum of RGB (Red+Green+Blue) = 188+245+193=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 245 (96.09% from 255 or 39.14% from 626); Blue value is 193 (75.78% from 255 or 30.83% from 626); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF5C1 is #430A3E. Grayscale: #DEDEDE. Windows color (decimal): -4393535 or 12711356. OLE color: 12711356.

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

Color convert

RGB 188 245 193 -
CMYK 0.23 0 0.21 0.04
HSL 125.26º 0.74% 0.85% -
HSV(B) 125.26º 0.23% 0.96% -
XYZ 63.02 79.85 62.54 -
YUV 222.03 111.62 103.73 -
System Red Green Blue C M Y K H S L
Decimal 188 245 193 0.23 0 0.21 0.04 125.26 0.74 0.85
Hex BC F5 C1 17 0 15 4 7D 4A 55
Octal 274 365 301 27 0 25 4 175 112 125
Binary 10111100 11110101 11000001 10111 0 10101 100 1111101 1001010 1010101

Color Harmonies of #BCF5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF5C1

Black with #BCF5C1

Text Example


Text Example

White with #BCF5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF5C1; }

 p { color: rgb(188,245,193); }

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

background-color css

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

 a { background-color: rgb(188,245,193); }

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

border-color css

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

 span { border-color: rgb(188,245,193); }

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