Html Css Color HEX #B5DDBB Fringy Flower

📋 copy color: '#B5DDBB'

red 181 ◦ green 221 ◦ blue 187

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

Shades of Fringy Flower #B5DDBB

Tints of Fringy Flower #B5DDBB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.52%

 BLUE value IS 187 (73.44% from 255) = 31.75%

R = 30.73%
G = 37.52%
B = 31.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#B5DDBB (or 0xB5DDBB) is known color: Fringy Flower. HEX triplet: B5, DD and BB. RGB value is (181,221,187). Sum of RGB (Red+Green+Blue) = 181+221+187=589 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.73% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DDBB is #4A2244. Grayscale: #CDCDCD. Windows color (decimal): -4858437 or 12311989. OLE color: 12311989.

HSL color Cylindrical-coordinate representation of color #B5DDBB: hue angle of 129º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DDBB is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 221 187 -
CMYK 0.18 0 0.15 0.13
HSL 129º 0.37% 0.79% -
HSV(B) 129º 0.18% 0.87% -
XYZ 53.88 65.12 56.74 -
YUV 205.16 117.75 110.76 -
System Red Green Blue C M Y K H S L
Decimal 181 221 187 0.18 0 0.15 0.13 129 0.37 0.79
Hex B5 DD BB 12 0 F D 81 25 4F
Octal 265 335 273 22 0 17 15 201 45 117
Binary 10110101 11011101 10111011 10010 0 1111 1101 10000001 100101 1001111

Color Harmonies of #B5DDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DDBB

Black with #B5DDBB

Text Example


Text Example

White with #B5DDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DDBB; }

 p { color: rgb(181,221,187); }

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

background-color css

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

 a { background-color: rgb(181,221,187); }

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

border-color css

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

 span { border-color: rgb(181,221,187); }

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