#B6F3BC

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

Shades of Fringy Flower #B6F3BC

Tints of Fringy Flower #B6F3BC

Color information

#B6F3BC (or 0xB6F3BC) is unknown color: approx Fringy Flower. HEX triplet: B6, F3 and BC. RGB value is (182,243,188). Sum of RGB (Red+Green+Blue) = 182+243+188=613 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.69% from 613); Green value is 243 (95.31% from 255 or 39.64% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 243 - color contains mainly: green. Hex color #B6F3BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F3BC is #490C43. Grayscale: #DADADA. Windows color (decimal): -4787268 or 12383158. OLE color: 12383158.

HSL color Cylindrical-coordinate representation of color #B6F3BC: hue angle of 125.9º 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 #B6F3BC is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB182243188-
CMYK0.2500.230.05
HSL125.9º71.76%83.33%-
HSV(B)125.9º25.1%95.29%-
XYZ60.4277.6859.39-
YUV218.49110.79101.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.69%
GREEN value IS 243 (95.31% from 255) = 39.64%
BLUE value IS 188 (73.83% from 255) = 30.67%
R=29.69%
G=39.64%
B=30.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822431880.2500.230.05125.971.7683.33
HexB6F3BC1901757e4853
Octal266363274310275176110123
Binary10110110111100111011110011001010111101111111010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F3BC; }

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

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

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

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

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

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

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

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