#B5DBBE

Color #B5DBBE Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B5DBBE

Tints of Fringy Flower #B5DBBE

Color information

#B5DBBE (or 0xB5DBBE) is unknown color: approx Fringy Flower. HEX triplet: B5, DB and BE. RGB value is (181,219,190). Sum of RGB (Red+Green+Blue) = 181+219+190=590 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.68% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DBBE is #4A2441. Grayscale: #CCCCCC. Windows color (decimal): -4858946 or 12508085. OLE color: 12508085.

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

Color convert

RGB181219190-
CMYK0.1700.130.14
HSL134.21º34.55%78.43%-
HSV(B)134.21º17.35%85.88%-
XYZ53.6864.258.28-
YUV204.33119.91111.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.68%
GREEN value IS 219 (85.94% from 255) = 37.12%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=30.68%
G=37.12%
B=32.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812191900.1700.130.14134.2134.5578.43
HexB5DBBE110DE86234e
Octal265333276210151620643116
Binary10110101110110111011111010001011011110100001101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DBBE; }

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

 H1.HeaderClassName
 {
   color: #B5DBBE;
 }
 .AnyTagClassName
 {
   color: #B5DBBE;
 }
</style>
background-color css

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

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

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

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

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

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