Html Css Color HEX #B6E6C1 Fringy Flower

📋 copy color: '#B6E6C1'

red 182 ◦ green 230 ◦ blue 193

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

Shades of Fringy Flower #B6E6C1

Tints of Fringy Flower #B6E6C1

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.02%

 BLUE value IS 193 (75.78% from 255) = 31.9%

R = 30.08%
G = 38.02%
B = 31.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#B6E6C1 (or 0xB6E6C1) is known color: Fringy Flower. HEX triplet: B6, E6 and C1. RGB value is (182,230,193). Sum of RGB (Red+Green+Blue) = 182+230+193=605 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.08% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 230 - color contains mainly: green. Hex color #B6E6C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6E6C1 is #49193E. Grayscale: #D3D3D3. Windows color (decimal): -4790591 or 12707510. OLE color: 12707510.

HSL color Cylindrical-coordinate representation of color #B6E6C1: hue angle of 133.75º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6E6C1 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 230 193 -
CMYK 0.21 0 0.16 0.10
HSL 133.75º 0.49% 0.81% -
HSV(B) 133.75º 0.21% 0.9% -
XYZ 57.21 70.39 61.02 -
YUV 211.43 117.6 107.01 -
System Red Green Blue C M Y K H S L
Decimal 182 230 193 0.21 0 0.16 0.10 133.75 0.49 0.81
Hex B6 E6 C1 15 0 10 A 86 31 51
Octal 266 346 301 25 0 20 12 206 61 121
Binary 10110110 11100110 11000001 10101 0 10000 1010 10000110 110001 1010001

Color Harmonies of #B6E6C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6E6C1

Black with #B6E6C1

Text Example


Text Example

White with #B6E6C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6E6C1; }

 p { color: rgb(182,230,193); }

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

background-color css

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

 a { background-color: rgb(182,230,193); }

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

border-color css

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

 span { border-color: rgb(182,230,193); }

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