Html Css Color HEX #B5DCBE Fringy Flower

📋 copy color: '#B5DCBE'

red 181 ◦ green 220 ◦ blue 190

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

Shades of Fringy Flower #B5DCBE

Tints of Fringy Flower #B5DCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.23%

 BLUE value IS 190 (74.61% from 255) = 32.15%

R = 30.63%
G = 37.23%
B = 32.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#B5DCBE (or 0xB5DCBE) is known color: Fringy Flower. HEX triplet: B5, DC and BE. RGB value is (181,220,190). Sum of RGB (Red+Green+Blue) = 181+220+190=591 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.63% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DCBE is #4A2341. Grayscale: #CCCCCC. Windows color (decimal): -4858690 or 12508341. OLE color: 12508341.

HSL color Cylindrical-coordinate representation of color #B5DCBE: hue angle of 133.85º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DCBE is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 220 190 -
CMYK 0.18 0 0.14 0.14
HSL 133.85º 0.36% 0.79% -
HSV(B) 133.85º 0.18% 0.86% -
XYZ 53.94 64.73 58.37 -
YUV 204.92 119.58 110.94 -
System Red Green Blue C M Y K H S L
Decimal 181 220 190 0.18 0 0.14 0.14 133.85 0.36 0.79
Hex B5 DC BE 12 0 E E 86 24 4F
Octal 265 334 276 22 0 16 16 206 44 117
Binary 10110101 11011100 10111110 10010 0 1110 1110 10000110 100100 1001111

Color Harmonies of #B5DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DCBE

Black with #B5DCBE

Text Example


Text Example

White with #B5DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DCBE; }

 p { color: rgb(181,220,190); }

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

background-color css

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

 a { background-color: rgb(181,220,190); }

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

border-color css

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

 span { border-color: rgb(181,220,190); }

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