Html Css Color HEX #B6DDB8 Fringy Flower

📋 copy color: '#B6DDB8'

red 182 ◦ green 221 ◦ blue 184

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

Shades of Fringy Flower #B6DDB8

Tints of Fringy Flower #B6DDB8

RGB

 RED value IS 182 (71.48% from 255) = 31.01%

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

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

R = 31.01%
G = 37.65%
B = 31.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#B6DDB8 (or 0xB6DDB8) is known color: Fringy Flower. HEX triplet: B6, DD and B8. RGB value is (182,221,184). Sum of RGB (Red+Green+Blue) = 182+221+184=587 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.01% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 184 (72.27% from 255 or 31.35% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DDB8 is #492247. Grayscale: #CDCDCD. Windows color (decimal): -4792904 or 12115382. OLE color: 12115382.

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

Color convert

RGB 182 221 184 -
CMYK 0.18 0 0.17 0.13
HSL 123.08º 0.36% 0.79% -
HSV(B) 123.08º 0.18% 0.87% -
XYZ 53.8 65.12 55.08 -
YUV 205.12 116.08 111.51 -
System Red Green Blue C M Y K H S L
Decimal 182 221 184 0.18 0 0.17 0.13 123.08 0.36 0.79
Hex B6 DD B8 12 0 11 D 7B 24 4F
Octal 266 335 270 22 0 21 15 173 44 117
Binary 10110110 11011101 10111000 10010 0 10001 1101 1111011 100100 1001111

Color Harmonies of #B6DDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DDB8

Black with #B6DDB8

Text Example


Text Example

White with #B6DDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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