#B6F3C3

Color #B6F3C3 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B6F3C3

Tints of Fringy Flower #B6F3C3

Color information

#B6F3C3 (or 0xB6F3C3) is unknown color: approx Fringy Flower. HEX triplet: B6, F3 and C3. RGB value is (182,243,195). Sum of RGB (Red+Green+Blue) = 182+243+195=620 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.35% from 620); Green value is 243 (95.31% from 255 or 39.19% from 620); Blue value is 195 (76.56% from 255 or 31.45% from 620); Max value from RGB is 243 - color contains mainly: green. Hex color #B6F3C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F3C3 is #490C3C. Grayscale: #DBDBDB. Windows color (decimal): -4787261 or 12841910. OLE color: 12841910.

HSL color Cylindrical-coordinate representation of color #B6F3C3: hue angle of 132.79º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6F3C3 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB182243195-
CMYK0.2500.200.05
HSL132.79º71.76%83.33%-
HSV(B)132.79º25.1%95.29%-
XYZ61.1977.9963.46-
YUV219.29114.29101.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.35%
GREEN value IS 243 (95.31% from 255) = 39.19%
BLUE value IS 195 (76.56% from 255) = 31.45%
R=29.35%
G=39.19%
B=31.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822431950.2500.200.05132.7971.7683.33
HexB6F3C3190145854853
Octal266363303310245205110123
Binary101101101111001111000011110010101001011000010110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F3C3; }

 p { color: rgb(182,243,195); }

 H1.HeaderClassName
 {
   color: #B6F3C3;
 }
 .AnyTagClassName
 {
   color: #B6F3C3;
 }
</style>
background-color css

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

 a { background-color: rgb(182,243,195); }

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

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

 span { border-color: rgb(182,243,195); }

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