Html Css Color HEX #B5DBBD Fringy Flower

📋 copy color: '#B5DBBD'

red 181 ◦ green 219 ◦ blue 189

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

Shades of Fringy Flower #B5DBBD

Tints of Fringy Flower #B5DBBD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.18%

 BLUE value IS 189 (74.22% from 255) = 32.09%

R = 30.73%
G = 37.18%
B = 32.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#B5DBBD (or 0xB5DBBD) is known color: Fringy Flower. HEX triplet: B5, DB and BD. RGB value is (181,219,189). Sum of RGB (Red+Green+Blue) = 181+219+189=589 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.73% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DBBD is #4A2442. Grayscale: #CCCCCC. Windows color (decimal): -4858947 or 12442549. OLE color: 12442549.

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

Color convert

RGB 181 219 189 -
CMYK 0.17 0 0.14 0.14
HSL 132.63º 0.35% 0.78% -
HSV(B) 132.63º 0.17% 0.86% -
XYZ 53.57 64.16 57.7 -
YUV 204.22 119.41 111.44 -
System Red Green Blue C M Y K H S L
Decimal 181 219 189 0.17 0 0.14 0.14 132.63 0.35 0.78
Hex B5 DB BD 11 0 E E 85 23 4E
Octal 265 333 275 21 0 16 16 205 43 116
Binary 10110101 11011011 10111101 10001 0 1110 1110 10000101 100011 1001110

Color Harmonies of #B5DBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DBBD

Black with #B5DBBD

Text Example


Text Example

White with #B5DBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DBBD; }

 p { color: rgb(181,219,189); }

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

background-color css

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

 a { background-color: rgb(181,219,189); }

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

border-color css

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

 span { border-color: rgb(181,219,189); }

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