Html Css Color HEX #B6DBBB Fringy Flower

📋 copy color: '#B6DBBB'

red 182 ◦ green 219 ◦ blue 187

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

Shades of Fringy Flower #B6DBBB

Tints of Fringy Flower #B6DBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.8%

R = 30.95%
G = 37.24%
B = 31.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#B6DBBB (or 0xB6DBBB) is known color: Fringy Flower. HEX triplet: B6, DB and BB. RGB value is (182,219,187). Sum of RGB (Red+Green+Blue) = 182+219+187=588 (77% of max value = 765). Red value is 182 (71.48% from 255 or 30.95% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DBBB is #492444. Grayscale: #CCCCCC. Windows color (decimal): -4793413 or 12311478. OLE color: 12311478.

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

Color convert

RGB 182 219 187 -
CMYK 0.17 0 0.15 0.14
HSL 128.11º 0.34% 0.79% -
HSV(B) 128.11º 0.17% 0.86% -
XYZ 53.59 64.2 56.58 -
YUV 204.29 118.24 112.1 -
System Red Green Blue C M Y K H S L
Decimal 182 219 187 0.17 0 0.15 0.14 128.11 0.34 0.79
Hex B6 DB BB 11 0 F E 80 22 4F
Octal 266 333 273 21 0 17 16 200 42 117
Binary 10110110 11011011 10111011 10001 0 1111 1110 10000000 100010 1001111

Color Harmonies of #B6DBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DBBB

Black with #B6DBBB

Text Example


Text Example

White with #B6DBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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