Html Css Color HEX #B0DEBD Fringy Flower

📋 copy color: '#B0DEBD'

red 176 ◦ green 222 ◦ blue 189

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

Shades of Fringy Flower #B0DEBD

Tints of Fringy Flower #B0DEBD

RGB

 RED value IS 176 (69.14% from 255) = 29.98%

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

 BLUE value IS 189 (74.22% from 255) = 32.2%

R = 29.98%
G = 37.82%
B = 32.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#B0DEBD (or 0xB0DEBD) is known color: Fringy Flower. HEX triplet: B0, DE and BD. RGB value is (176,222,189). Sum of RGB (Red+Green+Blue) = 176+222+189=587 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.98% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DEBD is #4F2142. Grayscale: #CCCCCC. Windows color (decimal): -5185859 or 12443312. OLE color: 12443312.

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

Color convert

RGB 176 222 189 -
CMYK 0.21 0 0.15 0.13
HSL 136.96º 0.41% 0.78% -
HSV(B) 136.96º 0.21% 0.87% -
XYZ 53.21 65.15 57.91 -
YUV 204.48 119.26 107.68 -
System Red Green Blue C M Y K H S L
Decimal 176 222 189 0.21 0 0.15 0.13 136.96 0.41 0.78
Hex B0 DE BD 15 0 F D 89 29 4E
Octal 260 336 275 25 0 17 15 211 51 116
Binary 10110000 11011110 10111101 10101 0 1111 1101 10001001 101001 1001110

Color Harmonies of #B0DEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DEBD

Black with #B0DEBD

Text Example


Text Example

White with #B0DEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DEBD; }

 p { color: rgb(176,222,189); }

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

background-color css

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

 a { background-color: rgb(176,222,189); }

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

border-color css

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

 span { border-color: rgb(176,222,189); }

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