Html Css Color HEX #B5DEBF Fringy Flower

📋 copy color: '#B5DEBF'

red 181 ◦ green 222 ◦ blue 191

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

Shades of Fringy Flower #B5DEBF

Tints of Fringy Flower #B5DEBF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.37%

 BLUE value IS 191 (75% from 255) = 32.15%

R = 30.47%
G = 37.37%
B = 32.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#B5DEBF (or 0xB5DEBF) is known color: Fringy Flower. HEX triplet: B5, DE and BF. RGB value is (181,222,191). Sum of RGB (Red+Green+Blue) = 181+222+191=594 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.47% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DEBF is #4A2140. Grayscale: #CECECE. Windows color (decimal): -4858177 or 12574389. OLE color: 12574389.

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

Color convert

RGB 181 222 191 -
CMYK 0.18 0 0.14 0.13
HSL 134.63º 0.38% 0.79% -
HSV(B) 134.63º 0.18% 0.87% -
XYZ 54.58 65.83 59.12 -
YUV 206.21 119.42 110.02 -
System Red Green Blue C M Y K H S L
Decimal 181 222 191 0.18 0 0.14 0.13 134.63 0.38 0.79
Hex B5 DE BF 12 0 E D 87 26 4F
Octal 265 336 277 22 0 16 15 207 46 117
Binary 10110101 11011110 10111111 10010 0 1110 1101 10000111 100110 1001111

Color Harmonies of #B5DEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DEBF

Black with #B5DEBF

Text Example


Text Example

White with #B5DEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DEBF; }

 p { color: rgb(181,222,191); }

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

background-color css

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

 a { background-color: rgb(181,222,191); }

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

border-color css

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

 span { border-color: rgb(181,222,191); }

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