Html Css Color HEX #B6DEBF Fringy Flower

📋 copy color: '#B6DEBF'

red 182 ◦ green 222 ◦ blue 191

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

Shades of Fringy Flower #B6DEBF

Tints of Fringy Flower #B6DEBF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.31%

 BLUE value IS 191 (75% from 255) = 32.1%

R = 30.59%
G = 37.31%
B = 32.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#B6DEBF (or 0xB6DEBF) is known color: Fringy Flower. HEX triplet: B6, DE and BF. RGB value is (182,222,191). Sum of RGB (Red+Green+Blue) = 182+222+191=595 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.59% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #B6DEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DEBF is #492140. Grayscale: #CECECE. Windows color (decimal): -4792641 or 12574390. OLE color: 12574390.

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

Color convert

RGB 182 222 191 -
CMYK 0.18 0 0.14 0.13
HSL 133.5º 0.38% 0.79% -
HSV(B) 133.5º 0.18% 0.87% -
XYZ 54.82 65.95 59.13 -
YUV 206.51 119.25 110.52 -
System Red Green Blue C M Y K H S L
Decimal 182 222 191 0.18 0 0.14 0.13 133.5 0.38 0.79
Hex B6 DE BF 12 0 E D 86 26 4F
Octal 266 336 277 22 0 16 15 206 46 117
Binary 10110110 11011110 10111111 10010 0 1110 1101 10000110 100110 1001111

Color Harmonies of #B6DEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DEBF

Black with #B6DEBF

Text Example


Text Example

White with #B6DEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DEBF; }

 p { color: rgb(182,222,191); }

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

background-color css

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

 a { background-color: rgb(182,222,191); }

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

border-color css

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

 span { border-color: rgb(182,222,191); }

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