Html Css Color HEX #BCF9C0 Fringy Flower

📋 copy color: '#BCF9C0'

red 188 ◦ green 249 ◦ blue 192

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

Shades of Fringy Flower #BCF9C0

Tints of Fringy Flower #BCF9C0

RGB

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

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

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

R = 29.89%
G = 39.59%
B = 30.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#BCF9C0 (or 0xBCF9C0) is known color: Fringy Flower. HEX triplet: BC, F9 and C0. RGB value is (188,249,192). Sum of RGB (Red+Green+Blue) = 188+249+192=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 249 (97.66% from 255 or 39.59% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF9C0 is #43063F. Grayscale: #E0E0E0. Windows color (decimal): -4392512 or 12646844. OLE color: 12646844.

HSL color Cylindrical-coordinate representation of color #BCF9C0: hue angle of 123.93º 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 #BCF9C0 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 249 192 -
CMYK 0.24 0 0.23 0.02
HSL 123.93º 0.84% 0.86% -
HSV(B) 123.93º 0.24% 0.98% -
XYZ 64.13 82.25 62.36 -
YUV 224.26 109.79 102.13 -
System Red Green Blue C M Y K H S L
Decimal 188 249 192 0.24 0 0.23 0.02 123.93 0.84 0.86
Hex BC F9 C0 18 0 17 2 7C 54 56
Octal 274 371 300 30 0 27 2 174 124 126
Binary 10111100 11111001 11000000 11000 0 10111 10 1111100 1010100 1010110

Color Harmonies of #BCF9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF9C0

Black with #BCF9C0

Text Example


Text Example

White with #BCF9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF9C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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