Html Css Color HEX #BCF9C1 Fringy Flower

📋 copy color: '#BCF9C1'

red 188 ◦ green 249 ◦ blue 193

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

Shades of Fringy Flower #BCF9C1

Tints of Fringy Flower #BCF9C1

RGB

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

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

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

R = 29.84%
G = 39.52%
B = 30.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#BCF9C1 (or 0xBCF9C1) is known color: Fringy Flower. HEX triplet: BC, F9 and C1. RGB value is (188,249,193). Sum of RGB (Red+Green+Blue) = 188+249+193=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 249 (97.66% from 255 or 39.52% from 630); Blue value is 193 (75.78% from 255 or 30.63% from 630); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF9C1 is #43063E. Grayscale: #E0E0E0. Windows color (decimal): -4392511 or 12712380. OLE color: 12712380.

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

Color convert

RGB 188 249 193 -
CMYK 0.24 0 0.22 0.02
HSL 124.92º 0.84% 0.86% -
HSV(B) 124.92º 0.24% 0.98% -
XYZ 64.24 82.29 62.95 -
YUV 224.38 110.29 102.05 -
System Red Green Blue C M Y K H S L
Decimal 188 249 193 0.24 0 0.22 0.02 124.92 0.84 0.86
Hex BC F9 C1 18 0 16 2 7D 54 56
Octal 274 371 301 30 0 26 2 175 124 126
Binary 10111100 11111001 11000001 11000 0 10110 10 1111101 1010100 1010110

Color Harmonies of #BCF9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF9C1

Black with #BCF9C1

Text Example


Text Example

White with #BCF9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF9C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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