Html Css Color HEX #B0DDB8 Fringy Flower

📋 copy color: '#B0DDB8'

red 176 ◦ green 221 ◦ blue 184

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

Shades of Fringy Flower #B0DDB8

Tints of Fringy Flower #B0DDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.67%

R = 30.29%
G = 38.04%
B = 31.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#B0DDB8 (or 0xB0DDB8) is known color: Fringy Flower. HEX triplet: B0, DD and B8. RGB value is (176,221,184). Sum of RGB (Red+Green+Blue) = 176+221+184=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 184 (72.27% from 255 or 31.67% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DDB8 is #4F2247. Grayscale: #CBCBCB. Windows color (decimal): -5186120 or 12115376. OLE color: 12115376.

HSL color Cylindrical-coordinate representation of color #B0DDB8: hue angle of 130.67º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DDB8 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 221 184 -
CMYK 0.20 0 0.17 0.13
HSL 130.67º 0.4% 0.78% -
HSV(B) 130.67º 0.2% 0.87% -
XYZ 52.41 64.4 55.02 -
YUV 203.33 117.09 108.51 -
System Red Green Blue C M Y K H S L
Decimal 176 221 184 0.20 0 0.17 0.13 130.67 0.4 0.78
Hex B0 DD B8 14 0 11 D 83 28 4E
Octal 260 335 270 24 0 21 15 203 50 116
Binary 10110000 11011101 10111000 10100 0 10001 1101 10000011 101000 1001110

Color Harmonies of #B0DDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DDB8

Black with #B0DDB8

Text Example


Text Example

White with #B0DDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DDB8; }

 p { color: rgb(176,221,184); }

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

background-color css

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

 a { background-color: rgb(176,221,184); }

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

border-color css

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

 span { border-color: rgb(176,221,184); }

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