Html Css Color HEX #BCF1BD Fringy Flower

📋 copy color: '#BCF1BD'

red 188 ◦ green 241 ◦ blue 189

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

Shades of Fringy Flower #BCF1BD

Tints of Fringy Flower #BCF1BD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39%

 BLUE value IS 189 (74.22% from 255) = 30.58%

R = 30.42%
G = 39%
B = 30.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#BCF1BD (or 0xBCF1BD) is known color: Fringy Flower. HEX triplet: BC, F1 and BD. RGB value is (188,241,189). Sum of RGB (Red+Green+Blue) = 188+241+189=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1BD is #430E42. Grayscale: #DBDBDB. Windows color (decimal): -4394563 or 12448188. OLE color: 12448188.

HSL color Cylindrical-coordinate representation of color #BCF1BD: hue angle of 121.13º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF1BD is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 189 -
CMYK 0.22 0 0.22 0.05
HSL 121.13º 0.65% 0.84% -
HSV(B) 121.13º 0.22% 0.95% -
XYZ 61.38 77.28 59.82 -
YUV 219.23 110.94 105.73 -
System Red Green Blue C M Y K H S L
Decimal 188 241 189 0.22 0 0.22 0.05 121.13 0.65 0.84
Hex BC F1 BD 16 0 16 5 79 41 54
Octal 274 361 275 26 0 26 5 171 101 124
Binary 10111100 11110001 10111101 10110 0 10110 101 1111001 1000001 1010100

Color Harmonies of #BCF1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF1BD

Black with #BCF1BD

Text Example


Text Example

White with #BCF1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF1BD; }

 p { color: rgb(188,241,189); }

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

background-color css

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

 a { background-color: rgb(188,241,189); }

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

border-color css

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

 span { border-color: rgb(188,241,189); }

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