Html Css Color HEX #B6DBBC Fringy Flower

📋 copy color: '#B6DBBC'

red 182 ◦ green 219 ◦ blue 188

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

Shades of Fringy Flower #B6DBBC

Tints of Fringy Flower #B6DBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.92%

R = 30.9%
G = 37.18%
B = 31.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#B6DBBC (or 0xB6DBBC) is known color: Fringy Flower. HEX triplet: B6, DB and BC. RGB value is (182,219,188). Sum of RGB (Red+Green+Blue) = 182+219+188=589 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.90% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DBBC is #492443. Grayscale: #CCCCCC. Windows color (decimal): -4793412 or 12377014. OLE color: 12377014.

HSL color Cylindrical-coordinate representation of color #B6DBBC: hue angle of 129.73º 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 #B6DBBC is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 219 188 -
CMYK 0.17 0 0.14 0.14
HSL 129.73º 0.34% 0.79% -
HSV(B) 129.73º 0.17% 0.86% -
XYZ 53.7 64.24 57.15 -
YUV 204.4 118.74 112.02 -
System Red Green Blue C M Y K H S L
Decimal 182 219 188 0.17 0 0.14 0.14 129.73 0.34 0.79
Hex B6 DB BC 11 0 E E 82 22 4F
Octal 266 333 274 21 0 16 16 202 42 117
Binary 10110110 11011011 10111100 10001 0 1110 1110 10000010 100010 1001111

Color Harmonies of #B6DBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DBBC

Black with #B6DBBC

Text Example


Text Example

White with #B6DBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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