Html Css Color HEX #B5DCBA Fringy Flower

📋 copy color: '#B5DCBA'

red 181 ◦ green 220 ◦ blue 186

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

Shades of Fringy Flower #B5DCBA

Tints of Fringy Flower #B5DCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.48%

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

R = 30.83%
G = 37.48%
B = 31.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#B5DCBA (or 0xB5DCBA) is known color: Fringy Flower. HEX triplet: B5, DC and BA. RGB value is (181,220,186). Sum of RGB (Red+Green+Blue) = 181+220+186=587 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.83% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DCBA is #4A2345. Grayscale: #CCCCCC. Windows color (decimal): -4858694 or 12246197. OLE color: 12246197.

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

Color convert

RGB 181 220 186 -
CMYK 0.18 0 0.15 0.14
HSL 127.69º 0.36% 0.79% -
HSV(B) 127.69º 0.18% 0.86% -
XYZ 53.51 64.56 56.09 -
YUV 204.46 117.58 111.26 -
System Red Green Blue C M Y K H S L
Decimal 181 220 186 0.18 0 0.15 0.14 127.69 0.36 0.79
Hex B5 DC BA 12 0 F E 80 24 4F
Octal 265 334 272 22 0 17 16 200 44 117
Binary 10110101 11011100 10111010 10010 0 1111 1110 10000000 100100 1001111

Color Harmonies of #B5DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DCBA

Black with #B5DCBA

Text Example


Text Example

White with #B5DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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