Html Css Color HEX #B5F2C1 Fringy Flower

📋 copy color: '#B5F2C1'

red 181 ◦ green 242 ◦ blue 193

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

Shades of Fringy Flower #B5F2C1

Tints of Fringy Flower #B5F2C1

RGB

 RED value IS 181 (71.09% from 255) = 29.38%

 GREEN value IS 242 (94.92% from 255) = 39.29%

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

R = 29.38%
G = 39.29%
B = 31.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#B5F2C1 (or 0xB5F2C1) is known color: Fringy Flower. HEX triplet: B5, F2 and C1. RGB value is (181,242,193). Sum of RGB (Red+Green+Blue) = 181+242+193=616 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.38% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F2C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F2C1 is #4A0D3E. Grayscale: #DADADA. Windows color (decimal): -4853055 or 12710581. OLE color: 12710581.

HSL color Cylindrical-coordinate representation of color #B5F2C1: hue angle of 131.8º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5F2C1 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 242 193 -
CMYK 0.25 0 0.20 0.05
HSL 131.8º 0.7% 0.83% -
HSV(B) 131.8º 0.25% 0.95% -
XYZ 60.43 77.18 62.16 -
YUV 218.18 113.79 101.48 -
System Red Green Blue C M Y K H S L
Decimal 181 242 193 0.25 0 0.20 0.05 131.8 0.7 0.83
Hex B5 F2 C1 19 0 14 5 84 46 53
Octal 265 362 301 31 0 24 5 204 106 123
Binary 10110101 11110010 11000001 11001 0 10100 101 10000100 1000110 1010011

Color Harmonies of #B5F2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F2C1

Black with #B5F2C1

Text Example


Text Example

White with #B5F2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F2C1; }

 p { color: rgb(181,242,193); }

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

background-color css

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

 a { background-color: rgb(181,242,193); }

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

border-color css

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

 span { border-color: rgb(181,242,193); }

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