#B5DCBC

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

Shades of Fringy Flower #B5DCBC

Tints of Fringy Flower #B5DCBC

Color information

#B5DCBC (or 0xB5DCBC) is unknown color: approx Fringy Flower. HEX triplet: B5, DC and BC. RGB value is (181,220,188). Sum of RGB (Red+Green+Blue) = 181+220+188=589 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.73% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DCBC is #4A2343. Grayscale: #CCCCCC. Windows color (decimal): -4858692 or 12377269. OLE color: 12377269.

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

Color convert

RGB181220188-
CMYK0.1800.150.14
HSL130.77º35.78%78.63%-
HSV(B)130.77º17.73%86.27%-
XYZ53.7364.6457.22-
YUV204.69118.58111.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.73%
GREEN value IS 220 (86.33% from 255) = 37.35%
BLUE value IS 188 (73.83% from 255) = 31.92%
R=30.73%
G=37.35%
B=31.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812201880.1800.150.14130.7735.7878.63
HexB5DCBC120FE83244f
Octal265334274220171620344117
Binary10110101110111001011110010010011111110100000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DCBC; }

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

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

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

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

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

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

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

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