Html Css Color HEX #B6DCC0 Fringy Flower

📋 copy color: '#B6DCC0'

red 182 ◦ green 220 ◦ blue 192

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

Shades of Fringy Flower #B6DCC0

Tints of Fringy Flower #B6DCC0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.04%

 BLUE value IS 192 (75.39% from 255) = 32.32%

R = 30.64%
G = 37.04%
B = 32.32%

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

#B6DCC0 (or 0xB6DCC0) is known color: Fringy Flower. HEX triplet: B6, DC and C0. RGB value is (182,220,192). Sum of RGB (Red+Green+Blue) = 182+220+192=594 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.64% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 192 (75.39% from 255 or 32.32% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DCC0 is #49233F. Grayscale: #CDCDCD. Windows color (decimal): -4793152 or 12639414. OLE color: 12639414.

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

Color convert

RGB 182 220 192 -
CMYK 0.17 0 0.13 0.14
HSL 135.79º 0.35% 0.79% -
HSV(B) 135.79º 0.17% 0.86% -
XYZ 54.4 64.94 59.54 -
YUV 205.45 120.41 111.28 -
System Red Green Blue C M Y K H S L
Decimal 182 220 192 0.17 0 0.13 0.14 135.79 0.35 0.79
Hex B6 DC C0 11 0 D E 88 23 4F
Octal 266 334 300 21 0 15 16 210 43 117
Binary 10110110 11011100 11000000 10001 0 1101 1110 10001000 100011 1001111

Color Harmonies of #B6DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DCC0

Black with #B6DCC0

Text Example


Text Example

White with #B6DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DCC0; }

 p { color: rgb(182,220,192); }

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

background-color css

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

 a { background-color: rgb(182,220,192); }

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

border-color css

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

 span { border-color: rgb(182,220,192); }

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