Html Css Color HEX #B3DDB9 Fringy Flower

📋 copy color: '#B3DDB9'

red 179 ◦ green 221 ◦ blue 185

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

Shades of Fringy Flower #B3DDB9

Tints of Fringy Flower #B3DDB9

RGB

 RED value IS 179 (70.31% from 255) = 30.6%

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

 BLUE value IS 185 (72.66% from 255) = 31.62%

R = 30.6%
G = 37.78%
B = 31.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#B3DDB9 (or 0xB3DDB9) is known color: Fringy Flower. HEX triplet: B3, DD and B9. RGB value is (179,221,185). Sum of RGB (Red+Green+Blue) = 179+221+185=585 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.60% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DDB9 is #4C2246. Grayscale: #CCCCCC. Windows color (decimal): -4989511 or 12180915. OLE color: 12180915.

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

Color convert

RGB 179 221 185 -
CMYK 0.19 0 0.16 0.13
HSL 128.57º 0.38% 0.78% -
HSV(B) 128.57º 0.19% 0.87% -
XYZ 53.2 64.8 55.6 -
YUV 204.34 117.09 109.93 -
System Red Green Blue C M Y K H S L
Decimal 179 221 185 0.19 0 0.16 0.13 128.57 0.38 0.78
Hex B3 DD B9 13 0 10 D 81 26 4E
Octal 263 335 271 23 0 20 15 201 46 116
Binary 10110011 11011101 10111001 10011 0 10000 1101 10000001 100110 1001110

Color Harmonies of #B3DDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DDB9

Black with #B3DDB9

Text Example


Text Example

White with #B3DDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DDB9; }

 p { color: rgb(179,221,185); }

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

background-color css

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

 a { background-color: rgb(179,221,185); }

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

border-color css

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

 span { border-color: rgb(179,221,185); }

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