Html Css Color HEX #B9FDC1 Fringy Flower

📋 copy color: '#B9FDC1'

red 185 ◦ green 253 ◦ blue 193

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

Shades of Fringy Flower #B9FDC1

Tints of Fringy Flower #B9FDC1

RGB

 RED value IS 185 (72.66% from 255) = 29.32%

 GREEN value IS 253 (99.22% from 255) = 40.1%

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

R = 29.32%
G = 40.1%
B = 30.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#B9FDC1 (or 0xB9FDC1) is known color: Fringy Flower. HEX triplet: B9, FD and C1. RGB value is (185,253,193). Sum of RGB (Red+Green+Blue) = 185+253+193=631 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.32% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 193 (75.78% from 255 or 30.59% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FDC1 is #46023E. Grayscale: #E1E1E1. Windows color (decimal): -4588095 or 12713401. OLE color: 12713401.

HSL color Cylindrical-coordinate representation of color #B9FDC1: hue angle of 127.06º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FDC1 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 253 193 -
CMYK 0.27 0 0.24 0.01
HSL 127.06º 0.94% 0.86% -
HSV(B) 127.06º 0.27% 0.99% -
XYZ 64.76 84.42 63.33 -
YUV 225.83 109.47 98.88 -
System Red Green Blue C M Y K H S L
Decimal 185 253 193 0.27 0 0.24 0.01 127.06 0.94 0.86
Hex B9 FD C1 1B 0 18 1 7F 5E 56
Octal 271 375 301 33 0 30 1 177 136 126
Binary 10111001 11111101 11000001 11011 0 11000 1 1111111 1011110 1010110

Color Harmonies of #B9FDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FDC1

Black with #B9FDC1

Text Example


Text Example

White with #B9FDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FDC1; }

 p { color: rgb(185,253,193); }

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

background-color css

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

 a { background-color: rgb(185,253,193); }

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

border-color css

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

 span { border-color: rgb(185,253,193); }

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