Html Css Color HEX #B6D7BF Fringy Flower

📋 copy color: '#B6D7BF'

red 182 ◦ green 215 ◦ blue 191

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

Shades of Fringy Flower #B6D7BF

Tints of Fringy Flower #B6D7BF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.56%

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

R = 30.95%
G = 36.56%
B = 32.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#B6D7BF (or 0xB6D7BF) is known color: Fringy Flower. HEX triplet: B6, D7 and BF. RGB value is (182,215,191). Sum of RGB (Red+Green+Blue) = 182+215+191=588 (77% of max value = 765). Red value is 182 (71.48% from 255 or 30.95% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 215 - color contains mainly: green. Hex color #B6D7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D7BF is #492840. Grayscale: #CACACA. Windows color (decimal): -4794433 or 12572598. OLE color: 12572598.

HSL color Cylindrical-coordinate representation of color #B6D7BF: hue angle of 136.36º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6D7BF is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 215 191 -
CMYK 0.15 0 0.11 0.16
HSL 136.36º 0.29% 0.78% -
HSV(B) 136.36º 0.15% 0.84% -
XYZ 53 62.31 58.52 -
YUV 202.4 121.57 113.45 -
System Red Green Blue C M Y K H S L
Decimal 182 215 191 0.15 0 0.11 0.16 136.36 0.29 0.78
Hex B6 D7 BF F 0 B 10 88 1D 4E
Octal 266 327 277 17 0 13 20 210 35 116
Binary 10110110 11010111 10111111 1111 0 1011 10000 10001000 11101 1001110

Color Harmonies of #B6D7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D7BF

Black with #B6D7BF

Text Example


Text Example

White with #B6D7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D7BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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