Html Css Color HEX #B5DBBA Fringy Flower

📋 copy color: '#B5DBBA'

red 181 ◦ green 219 ◦ blue 186

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

Shades of Fringy Flower #B5DBBA

Tints of Fringy Flower #B5DBBA

RGB

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

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

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

R = 30.89%
G = 37.37%
B = 31.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#B5DBBA (or 0xB5DBBA) is known color: Fringy Flower. HEX triplet: B5, DB and BA. RGB value is (181,219,186). Sum of RGB (Red+Green+Blue) = 181+219+186=586 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.89% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DBBA is #4A2445. Grayscale: #CBCBCB. Windows color (decimal): -4858950 or 12245941. OLE color: 12245941.

HSL color Cylindrical-coordinate representation of color #B5DBBA: hue angle of 127.89º 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 #B5DBBA is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 219 186 -
CMYK 0.17 0 0.15 0.14
HSL 127.89º 0.35% 0.78% -
HSV(B) 127.89º 0.17% 0.86% -
XYZ 53.25 64.03 56.01 -
YUV 203.88 117.91 111.68 -
System Red Green Blue C M Y K H S L
Decimal 181 219 186 0.17 0 0.15 0.14 127.89 0.35 0.78
Hex B5 DB BA 11 0 F E 80 23 4E
Octal 265 333 272 21 0 17 16 200 43 116
Binary 10110101 11011011 10111010 10001 0 1111 1110 10000000 100011 1001110

Color Harmonies of #B5DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DBBA

Black with #B5DBBA

Text Example


Text Example

White with #B5DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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