Html Css Color HEX #B5DDBA Fringy Flower

📋 copy color: '#B5DDBA'

red 181 ◦ green 221 ◦ blue 186

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

Shades of Fringy Flower #B5DDBA

Tints of Fringy Flower #B5DDBA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.59%

 BLUE value IS 186 (73.05% from 255) = 31.63%

R = 30.78%
G = 37.59%
B = 31.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#B5DDBA (or 0xB5DDBA) is known color: Fringy Flower. HEX triplet: B5, DD and BA. RGB value is (181,221,186). Sum of RGB (Red+Green+Blue) = 181+221+186=588 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.78% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DDBA is #4A2245. Grayscale: #CDCDCD. Windows color (decimal): -4858438 or 12246453. OLE color: 12246453.

HSL color Cylindrical-coordinate representation of color #B5DDBA: hue angle of 127.5º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DDBA is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 221 186 -
CMYK 0.18 0 0.16 0.13
HSL 127.5º 0.37% 0.79% -
HSV(B) 127.5º 0.18% 0.87% -
XYZ 53.78 65.08 56.18 -
YUV 205.05 117.25 110.85 -
System Red Green Blue C M Y K H S L
Decimal 181 221 186 0.18 0 0.16 0.13 127.5 0.37 0.79
Hex B5 DD BA 12 0 10 D 80 25 4F
Octal 265 335 272 22 0 20 15 200 45 117
Binary 10110101 11011101 10111010 10010 0 10000 1101 10000000 100101 1001111

Color Harmonies of #B5DDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DDBA

Black with #B5DDBA

Text Example


Text Example

White with #B5DDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DDBA; }

 p { color: rgb(181,221,186); }

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

background-color css

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

 a { background-color: rgb(181,221,186); }

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

border-color css

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

 span { border-color: rgb(181,221,186); }

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