Html Css Color HEX #B6DBBE Fringy Flower

📋 copy color: '#B6DBBE'

red 182 ◦ green 219 ◦ blue 190

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

Shades of Fringy Flower #B6DBBE

Tints of Fringy Flower #B6DBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.06%

 BLUE value IS 190 (74.61% from 255) = 32.15%

R = 30.8%
G = 37.06%
B = 32.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#B6DBBE (or 0xB6DBBE) is known color: Fringy Flower. HEX triplet: B6, DB and BE. RGB value is (182,219,190). Sum of RGB (Red+Green+Blue) = 182+219+190=591 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.80% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DBBE is #492441. Grayscale: #CCCCCC. Windows color (decimal): -4793410 or 12508086. OLE color: 12508086.

HSL color Cylindrical-coordinate representation of color #B6DBBE: hue angle of 132.97º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6DBBE is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 219 190 -
CMYK 0.17 0 0.13 0.14
HSL 132.97º 0.34% 0.79% -
HSV(B) 132.97º 0.17% 0.86% -
XYZ 53.92 64.33 58.29 -
YUV 204.63 119.74 111.86 -
System Red Green Blue C M Y K H S L
Decimal 182 219 190 0.17 0 0.13 0.14 132.97 0.34 0.79
Hex B6 DB BE 11 0 D E 85 22 4F
Octal 266 333 276 21 0 15 16 205 42 117
Binary 10110110 11011011 10111110 10001 0 1101 1110 10000101 100010 1001111

Color Harmonies of #B6DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DBBE

Black with #B6DBBE

Text Example


Text Example

White with #B6DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DBBE; }

 p { color: rgb(182,219,190); }

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

background-color css

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

 a { background-color: rgb(182,219,190); }

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

border-color css

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

 span { border-color: rgb(182,219,190); }

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