#BFEFE6

Color #BFEFE6 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #BFEFE6

Tints of Water Leaf #BFEFE6

Color information

#BFEFE6 (or 0xBFEFE6) is unknown color: approx Water Leaf. HEX triplet: BF, EF and E6. RGB value is (191,239,230). Sum of RGB (Red+Green+Blue) = 191+239+230=660 (87% of max value = 765). Red value is 191 (75% from 255 or 28.94% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEFE6 is #401019. Grayscale: #DFDFDF. Windows color (decimal): -4198426 or 15134655. OLE color: 15134655.

HSL color Cylindrical-coordinate representation of color #BFEFE6: hue angle of 168.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEFE6 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB191239230-
CMYK0.2000.040.06
HSL168.75º60%84.31%-
HSV(B)168.75º20.08%93.73%-
XYZ66.6478.5286.51-
YUV223.62131.6104.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.94%
GREEN value IS 239 (93.75% from 255) = 36.21%
BLUE value IS 230 (90.23% from 255) = 34.85%
R=28.94%
G=36.21%
B=34.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912392300.2000.040.06168.756084.31
HexBFEFE614046a93c54
Octal2773573462404625174124
Binary101111111110111111100110101000100110101010011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEFE6; }

 p { color: rgb(191,239,230); }

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

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

 a { background-color: rgb(191,239,230); }

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

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

 span { border-color: rgb(191,239,230); }

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